Home | History | Annotate | Download | only in compiler

Lines Matching refs:TIntermSwitch

558 TIntermSwitch *TIntermediate::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const TSourceLoc &line)
560 TIntermSwitch *node = new TIntermSwitch(init, statementList);