Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp54 static const std::string kDirectiveIfndef("ifndef"); in getDirective() local
75 else if (token->text == kDirectiveIfndef) in getDirective()