Home | History | Annotate | Download | only in compiler

Lines Matching refs:TIntermCase

3264 TIntermCase *TParseContext::addCase(TIntermTyped *condition, const TSourceLoc &loc)
3292 TIntermCase *node = intermediate.addCase(condition, loc);
3302 TIntermCase *TParseContext::addDefault(const TSourceLoc &loc)
3310 TIntermCase *node = intermediate.addCase(nullptr, loc);