Searched defs:isCantExp (Results 1 – 2 of 2) sorted by relevance
110 static bool isCantExp(Expression *e) { return e && e->op == TOKcantexp; } in isCantExp() function
207 extern (D) static bool isCantExp(const Expression e) in isCantExp() function