Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermNode.h965 void setStatementList(TIntermBlock *statementList);
H A DIntermNode.cpp1662 void TIntermSwitch::setStatementList(TIntermBlock *statementList) in setStatementList() function in sh::TIntermSwitch
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DOutputHLSL.cpp3004 node->setStatementList(RemoveSwitchFallThrough(node->getStatementList(), mPerfDiagnostics)); in visitSwitch()