Home
last modified time | relevance | path

Searched refs:parsePresetToken (Results 1 – 6 of 6) 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.h39 bool parsePresetToken,
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()
/external/angle/src/compiler/preprocessor/
Dpreprocessor.y71 bool parsePresetToken; member
341 if (!context->parsePresetToken)
345 context->parsePresetToken = false;
436 bool parsePresetToken, in parse() argument
446 context.parsePresetToken = parsePresetToken; in parse()
DExpressionParser.h35 bool parsePresetToken,
Dpreprocessor_tab_autogen.cpp131 bool parsePresetToken; member
1779 if (!context->parsePresetToken) in yylex()
1783 context->parsePresetToken = false; in yylex()
1875 bool parsePresetToken, in parse() argument
1885 context.parsePresetToken = parsePresetToken; in parse()