Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp3419 parseContext.pushScope(); in acceptScopedStatement()
3428 parseContext.pushScope(); in acceptScopedCompoundStatement()
3623 parseContext.pushScope(); in acceptSelectionStatement()
3675 parseContext.pushScope(); in acceptSwitchStatement()
3721 parseContext.pushScope(); // this only needs to work right if no errors in acceptIterationStatement()
3787 parseContext.pushScope(); in acceptIterationStatement()
DhlslParseHelper.h171 void pushScope() { symbolTable.push(); } in pushScope() function
DhlslParseHelper.cpp1675 pushScope(); in handleFunctionDefinition()
2056 pushScope(); // matches the one in handleFunctionBody() in transformEntryPoint()