Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DToken.h109 constexpr char kDefined[] = "defined"; variable
DMacroExpander.cpp124 if (mParseDefined && token->text == kDefined) in lex()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp160 const char kDefined[] = "defined"; in lex() local
165 if (token->text != kDefined) in lex()
/third_party/gn/src/gn/
Dfunctions.h124 extern const char kDefined[];
Dfunctions.cc498 const char kDefined[] = "defined"; variable