Searched defs:statementList (Results 1 – 4 of 4) sorted by relevance
20 TIntermAggregate *statementList, const TSourceLoc &loc) in validate()
640 TIntermSwitch(TIntermTyped *init, TIntermAggregate *statementList) in TIntermSwitch()650 void setStatementList(TIntermAggregate *statementList) { mStatementList = statementList; } in setStatementList()
689 TIntermSwitch *TIntermediate::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const … in addSwitch()
3282 TIntermSwitch *TParseContext::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const … in addSwitch()