Home | History | Annotate | Download | only in compiler

Lines Matching refs:TIntermSwitch

3232 TIntermSwitch *TParseContext::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const TSourceLoc &loc)
3254 TIntermSwitch *node = intermediate.addSwitch(init, statementList, loc);