Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.y83 bool parsePresetToken; member
353 if (!context->parsePresetToken)
357 context->parsePresetToken = false;
446 bool parsePresetToken, in parse() argument
456 context.parsePresetToken = parsePresetToken; in parse()
DExpressionParser.cpp133 bool parsePresetToken; member
1930 if (!context->parsePresetToken) in yylex()
1934 context->parsePresetToken = false; in yylex()
2023 bool parsePresetToken, in parse() argument
2033 context.parsePresetToken = parsePresetToken; in parse()
DExpressionParser.h39 bool parsePresetToken,