Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp7762 …ntext::addSwitch(const TSourceLoc& loc, TIntermTyped* expression, TIntermAggregate* lastStatements) in addSwitch() argument
7767 wrapupSwitchSubsequence(lastStatements, nullptr); in addSwitch()
7779 if (lastStatements == nullptr) { in addSwitch()
7790 lastStatements = intermediate.makeAggregate(intermediate.addBranch(EOpBreak, loc)); in addSwitch()
7791 lastStatements->setOperator(EOpSequence); in addSwitch()
7792 switchSequence->push_back(lastStatements); in addSwitch()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9090 … TIntermAggregate* lastStatements, const TAttributes& attributes) in addSwitch() argument
9092 wrapupSwitchSubsequence(lastStatements, nullptr); in addSwitch()
9104 if (lastStatements == nullptr) { in addSwitch()
9106 lastStatements = intermediate.makeAggregate(intermediate.addBranch(EOpBreak, loc)); in addSwitch()
9107 lastStatements->setOperator(EOpSequence); in addSwitch()
9108 switchSequence->push_back(lastStatements); in addSwitch()