Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h215 PowExp* isPowExp();
H A Doptimize.d1377 case EXP.pow: visitPow(ex.isPowExp()); break; in Expression_optimize()
H A Dexpression.d1723 inout(PowExp) isPowExp() { return op == EXP.pow ? cast(typeof(return))this : null; } in isPowExp() function