Home | History | Annotate | Download | only in compiler

Lines Matching refs:TIntermCase

697 TIntermCase *TIntermediate::addCase(TIntermTyped *condition, const TSourceLoc &line)
699 TIntermCase *node = new TIntermCase(condition);