Searched defs:TIntermSwitch (Results 1 – 3 of 3) sorted by relevance
86 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() argument
255 class TIntermSwitch; variable640 TIntermSwitch(TIntermTyped *init, TIntermAggregate *statementList) in TIntermSwitch() function713 virtual bool visitSwitch(Visit, TIntermSwitch*) { return true; } in visitSwitch() argument
1001 class TIntermSwitch; variable1610 TIntermSwitch(TIntermTyped* cond, TIntermAggregate* b) : condition(cond), body(b), in TIntermSwitch() function1678 virtual bool visitSwitch(TVisit, TIntermSwitch*) { return true; } in visitSwitch() argument