Home
last modified time | relevance | path

Searched refs:isPreExp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h192 PreExp* isPreExp();
H A Dhdrgen.d2612 case EXP.prePlusPlus: return visitPre(e.isPreExp()); in expressionPrettyPrint()
H A Dexpression.d1688 …inout(PreExp) isPreExp() { return (op == EXP.prePlusPlus || op == EXP.preMinusMinus) ? cas… in isPreExp() function