HomeSort by relevance Sort by last modified time
    Searched refs:lexing_if (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 141 yyextra->lexing_if = 1;
147 yyextra->lexing_if = 1;
153 yyextra->lexing_if = 1;
159 yyextra->lexing_if = 1;
180 * We use the lexing_if flag to avoid skipping any part of an
186 if (yyextra->lexing_if ||
297 yyextra->lexing_if = 0;
306 yyextra->lexing_if = 0;
glcpp.h 167 int lexing_if; member in struct:glcpp_parser
glcpp-lex.c     [all...]
glcpp-parse.y 1074 parser->lexing_if = 0;
    [all...]

Completed in 126 milliseconds