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

  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 100 if (parser->lexing_if || parser->skip_stack == NULL || parser->skip_stack->type == SKIP_NO_SKIP) {
144 yyextra->lexing_if = 1;
150 yyextra->lexing_if = 1;
156 yyextra->lexing_if = 1;
162 yyextra->lexing_if = 1;
291 yyextra->lexing_if = 0;
300 yyextra->lexing_if = 0;
glcpp.h 168 int lexing_if; member in struct:glcpp_parser
glcpp-parse.y 1130 parser->lexing_if = 0;
    [all...]

Completed in 1054 milliseconds