Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp98 static bool isConditionalDirective(DirectiveType directive) in isConditionalDirective() function
276 if (skipping() && !isConditionalDirective(directive)) in parseDirective()