Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.y71 int shortCircuited; // Don't produce errors when > 0 member
113 context->shortCircuited++;
118 context->shortCircuited--;
129 context->shortCircuited++;
134 context->shortCircuited--;
184 if (!context->shortCircuited)
203 if (!context->shortCircuited)
261 if (!context->shortCircuited)
327 context.shortCircuited = 0; in parse()
DExpressionParser.cpp121 int shortCircuited; // Don't produce errors when > 0 member
1332 context->shortCircuited++; in yyparse()
1343 context->shortCircuited--; in yyparse()
1359 context->shortCircuited++; in yyparse()
1370 context->shortCircuited--; in yyparse()
1490 if (!context->shortCircuited) in yyparse()
1514 if (!context->shortCircuited) in yyparse()
1833 if (!context->shortCircuited) in yylex()
1899 context.shortCircuited = 0; in parse()