Home
last modified time | relevance | path

Searched refs:decrSwitchNestingLevel (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h109 void decrSwitchNestingLevel() { --mSwitchNestingLevel; } in decrSwitchNestingLevel() function
Dglslang.y1483 context->decrSwitchNestingLevel();
Dglslang_tab.cpp4615 context->decrSwitchNestingLevel(); in yyparse()