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

  /external/swiftshader/src/OpenGL/compiler/
glslang.l 380 "," { if (context->inTypeParen) context->lexAfterType = false; return(COMMA); }
383 "(" { context->lexAfterType = false; context->inTypeParen = true; return(LEFT_PAREN); }
384 ")" { context->inTypeParen = false; return(RIGHT_PAREN); }
ParseHelper.h 43 inTypeParen(false),
68 bool inTypeParen; // true if in parentheses, looking only for an identifier
glslang_lex.cpp     [all...]

Completed in 107 milliseconds