Searched refs:TYPENAME (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libexpr/ |
H A D | exgram.h | 160 #define TYPENAME(t) typename[TYPEINDEX(t)] macro 182 exerror("cannot cast %s to %s", TYPENAME(x->type), TYPENAME(type)); 196 exerror("%s: cannot cast constant %s to %s", xref->data.variable.symbol->name, TYPENAME(x->type), TYPENAME(type)); 199 exerror("cannot cast constant %s to %s", TYPENAME(x->type), TYPENAME(type)); 252 exerror("cannot cast %s to %s", TYPENAME(from), TYPENAME(to)); 265 exerror("cannot convert %s to %s", TYPENAME(fro [all...] |
Completed in 27 milliseconds