Searched refs:xref (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libexpr/ |
H A D | exgram.h | 166 excast(Expr_t* p, register Exnode_t* x, register int type, register Exnode_t* xref, int arg) argument 184 x = exnewnode(p, t2t, 0, type, x, xref); 193 if (xref && xref->op == ID) 195 if ((*p->disc->convertf)(p, x, type, xref->data.variable.symbol, arg, p->disc) < 0) 196 exerror("%s: cannot cast constant %s to %s", xref->data.variable.symbol->name, TYPENAME(x->type), TYPENAME(type));
|
/ast/src/cmd/tw/ |
H A D | expr.c | 683 convert(Expr_t* prog, register Exnode_t* x, int type, register Exid_t* xref, int arg, Exdisc_t* disc) argument 708 error(1, "%s: %s not found", xref->name, x->data.constant.value.string); 716 error(1, "%s: %s not found", xref->name, x->data.constant.value.string); 763 if (xref) 764 error(1, "%s: `%s' ignored in conversion", xref->name, s);
|
Completed in 10 milliseconds