Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp58 static const std::string kDirectiveError("error"); in getDirective() local
83 else if (token->text == kDirectiveError) in getDirective()