Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h223 InExp* isInExp();
H A Dexpression.d1734 inout(InExp) isInExp() { return op == EXP.in_ ? cast(typeof(return))this : null; } in isInExp() function