Searched refs:EOpScope (Results 1 – 8 of 8) sorted by relevance
697 case EOpScope: out.debug << "Scope\n"; return true; in visitAggregate()1115 if (node->getOp() != EOpSequence && node->getOp() != EOpScope && node->getOp() != EOpParameters) in visitAggregate()
2736 …Sequence != nullptr && (loopSequence->getOp() == EOpSequence || loopSequence->getOp() == EOpScope)) in addForLoop()2739 loopSequence->setOperator(getDebugInfo() ? EOpScope : EOpSequence); in addForLoop()
3746 …$3->getAsAggregate()->setOperator(parseContext.intermediate.getDebugInfo() ? EOpScope : EOpSequenc…
11129 …->getAsAggregate()->setOperator(parseContext.intermediate.getDebugInfo() ? EOpScope : EOpSequence); in yyparse()
70 EOpScope, // Used by debugging to denote a scoped list of statements enumerator
3431 compoundStatement->setOperator(intermediate.getDebugInfo() ? EOpScope : EOpSequence); in acceptCompoundStatement()
2822 case glslang::EOpScope: in visitAggregate()2847 if (node->getOp() == glslang::EOpScope) in visitAggregate()2851 if (sequenceDepth > 1 && node->getOp() == glslang::EOpScope) in visitAggregate()