Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp51 static const std::string kDirectiveUndef("undef"); in getDirective() local
69 else if (token->text == kDirectiveUndef) in getDirective()