Home
last modified time | relevance | path

Searched defs:isCantExp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfe.h110 static bool isCantExp(Expression *e) { return e && e->op == TOKcantexp; } in isCantExp() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d207 extern (D) static bool isCantExp(const Expression e) in isCantExp() function