Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp52 static const char kDirectiveUndef[] = "undef"; in getDirective() local
70 else if (token->text == kDirectiveUndef) in getDirective()