Home | History | Annotate | Download | only in compiler

Lines Matching defs:addCase

3385 TIntermCase *TParseContext::addCase(TIntermTyped *condition, const TSourceLoc &loc)
3413 TIntermCase *node = intermediate.addCase(condition, loc);
3431 TIntermCase *node = intermediate.addCase(nullptr, loc);