Searched refs:isPowExp (Results 1 – 3 of 3) sorted by relevance
215 PowExp* isPowExp();
1377 case EXP.pow: visitPow(ex.isPowExp()); break; in Expression_optimize()
1723 inout(PowExp) isPowExp() { return op == EXP.pow ? cast(typeof(return))this : null; } in isPowExp() function