Home
last modified time | relevance | path

Searched refs:isPowAssignExp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h204 PowAssignExp* isPowAssignExp();
H A Dexpression.d1701 …inout(PowAssignExp) isPowAssignExp() { return op == EXP.powAssign ? cast(typeof(return))this : nul… in isPowAssignExp() function