OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statementNestingLevel
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang.y
[
all
...]
ParseHelper.h
321
int
statementNestingLevel
; // 0 if outside all flow control or compound statements
323
TList<int> switchLevel; // the
statementNestingLevel
the current switch statement is at, which must match the level of its case statements
ParseHelper.cpp
55
contextPragma(true, false), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0),
statementNestingLevel
(0),
[
all
...]
Completed in 453 milliseconds