OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inTypeParen
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/src/OpenGL/compiler/
glslang.l
370
"," { if (context->
inTypeParen
) context->lexAfterType = false; return(COMMA); }
373
"(" { context->lexAfterType = false; context->
inTypeParen
= true; return(LEFT_PAREN); }
374
")" { 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 156 milliseconds