Home | History | Annotate | Download | only in compiler

Lines Matching refs:addSwitch

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