Searched defs:TIntermCase (Results 1 – 3 of 3) sorted by relevance
52 class TIntermCase; variable944 TIntermCase(TIntermTyped *condition) : TIntermNode(), mCondition(condition) {} in TIntermCase() function
971 TIntermCase::TIntermCase(const TIntermCase &node) : TIntermCase(node.mCondition->deepCopy()) {} in TIntermCase() function in sh::TIntermCase
256 class TIntermCase; variable663 TIntermCase(TIntermTyped *condition) in TIntermCase() function714 virtual bool visitCase(Visit, TIntermCase*) { return true; } in visitCase() argument