Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d1740 …inout(DefaultInitExp) isDefaultInitExp() { return isDefaultInitOp(op) ? cast(typeof(return))thi… in isDefaultInitExp()
6801 bool isDefaultInitOp(EXP op) pure nothrow @safe @nogc in isDefaultInitOp() function
H A Dexpressionsem.d1766 if (isDefaultInitOp(arg.op)) in functionParameters()