Searched refs:isPreExp (Results 1 – 3 of 3) sorted by relevance
192 PreExp* isPreExp();
2612 case EXP.prePlusPlus: return visitPre(e.isPreExp()); in expressionPrettyPrint()
1688 …inout(PreExp) isPreExp() { return (op == EXP.prePlusPlus || op == EXP.preMinusMinus) ? cas… in isPreExp() function