Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h228 GenericExp* isGenericExp();
H A Dexpression.d1739 … inout(GenericExp) isGenericExp() { return op == EXP._Generic ? cast(typeof(return))this : null; } in isGenericExp() function