Home | History | Annotate | Download | only in compiler

Lines Matching refs:TIntermCase

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