Home
last modified time | relevance | path

Searched refs:acceptScopedStatement (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.h116 bool acceptScopedStatement(TIntermNode*&);
DhlslGrammar.cpp3417 bool HlslGrammar::acceptScopedStatement(TIntermNode*& statement) in acceptScopedStatement() function in glslang::HlslGrammar
3639 if (! acceptScopedStatement(thenElse.node1)) { in acceptSelectionStatement()
3647 if (! acceptScopedStatement(thenElse.node2)) { in acceptSelectionStatement()
3733 if (! acceptScopedStatement(statement)) { in acceptIterationStatement()
3751 if (! acceptScopedStatement(statement)) { in acceptIterationStatement()
3814 if (! acceptScopedStatement(statement)) { in acceptIterationStatement()