H A D | cxcomp.c | 505 identifier(Cx_t* cx, Cxcompile_t* cc, register int c, Cxoperand_t* r) argument 549 variable(Cx_t* cx, Cxcompile_t* cc, int c, Cxtype_t* m, Cxtype_t** type) argument 555 if (identifier(cx, cc, c, &a)) 602 codecast(Cx_t* cx, Cxcompile_t* cc, Cxtype_t* t, Cxcallout_f cast, void* pointer) argument 611 if ((cx->flags & CX_DEBUG) && sfstrtell(cc->xp)) 612 cxcodetrace(cx, "comp", &c, (unsigned int)sfstrtell(cc->xp) / sizeof(c), 0, 0); 613 sfwrite(cc->xp, &c, sizeof(c)); 622 code(Cx_t* cx, Cxcompile_t* cc, Cxexpr_t* expr, int op, int pp, Cxtype_t* type1, Cxtype_t* type2, void* pointer, Cxnumber_t number, Cxvariable_t* ref) argument 641 if ((cc->pp += pp) > cc 853 prototype(Cx_t* cx, Cxcompile_t* cc, Cxvariable_t* v, Cxtype_t** tp, char** sp, char** ep, int* op) argument 944 parse(Cx_t* cx, Cxcompile_t* cc, Cxexpr_t* expr, int precedence, Cxvariable_t** ref) argument 1608 node(Cx_t* cx, Cxcompile_t* cc, size_t n) argument 1626 compile(Cx_t* cx, Cxcompile_t* cc, int balanced) argument 1685 compose(Cx_t* cx, Cxcompile_t* cc, int prec) argument 1962 defaults(register Cxcompile_t* cc, register Cxexpr_t* expr, Cxexpr_t* parent, Sfio_t* op) argument 2065 Cxcompile_t* cc; local [all...] |