Home
last modified time | relevance | path

Searched refs:kDirectiveError (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp59 static const char kDirectiveError[] = "error"; in getDirective() local
84 else if (token->text == kDirectiveError) in getDirective()