Home | History | Annotate | Download | only in compiler

Lines Matching defs:addSwitch

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