Searched refs:cxcallout (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libdss/ |
H A D | cxeval.c | 157 if (!so->refs && (f = cxcallout(cx, CX_DEL, so->type, cx->state->type_void, disc)) && (*f)(cx, pc, &r, NiL, so, data, disc)) 164 if (expr->reclaim && !sp->refs && (f = cxcallout(cx, CX_DEL, sp->type, cx->state->type_void, disc)))
|
H A D | cxcomp.c | 685 if (x.callout = cxcallout(cx, op, type1, type2, cx->disc)) 690 if (x.callout = cxcallout(cx, op, type1, type2, cx->disc)) 695 if (v1 && (c.callout = cxcallout(cx, CX_CAST, type1, type2, cx->disc)) && (x.callout = cxcallout(cx, op, type2, type2, cx->disc))) 710 if (x.callout = cxcallout(cx, op, type1, type1, cx->disc)) 747 if (i1->op == CX_STR && i1->data.string.size == 1 && (x.callout = cxcallout(cx, op, type2, type2, cx->disc))) 756 if (type1->fundamental == type2->fundamental && (x.callout = cxcallout(cx, op, type1->fundamental, type1->fundamental, cx->disc))) 758 if (v1 && cxisstring(type1) && !v2 && cxisnumber(type2) && (x.callout = cxcallout(cx, op, type1->fundamental, type1->fundamental, cx->disc)) && !cxnum2str(cx, &v1->format, i2->data.number, &s)) 771 if (v2 && cxisstring(type2) && !v1 && cxisnumber(type1) && (x.callout = cxcallout(cx, op, type2->fundamental, type2->fundamental, cx->disc)) && !cxnum2str(cx, &v2->format, i1->data.number, &s)) 784 if (cxisstring(type2) && type1->internalf && (x.callout = cxcallout(c [all...] |
H A D | cx.h | 662 extern Cxcallout_f cxcallout(Cx_t*, int, Cxtype_t*, Cxtype_t*, Cxdisc_t*);
|
H A D | cxopen.c | 1439 cxcallout(Cx_t* cx, int code, Cxtype_t* type1, Cxtype_t* type2, Cxdisc_t* disc) function 2162 if (!cx->getf && !(cx->getf = cxcallout(cx, CX_GET, 0, 0, cx->disc))) 2265 if ((x.callout = cxcallout(cx, CX_CAST, ret->type, type, cx->disc)) && !(*x.callout)(cx, &x, ret, NiL, &val, NiL, cx->disc))
|
/ast/src/cmd/dsslib/validate/ |
H A D | validate.c | 166 if (!(state->setf = cxcallout(cx, CX_SET, cx->state->type_void, cx->state->type_void, cx->disc))) 258 if (!(state->getf = cxcallout(cx, CX_GET, cx->state->type_void, cx->state->type_void, cx->disc)))
|
/ast/src/cmd/dsslib/merge/ |
H A D | merge.c | 217 if (!(state->getf = cxcallout(cx, CX_GET, cx->state->type_void, cx->state->type_void, cx->disc)))
|
/ast/src/cmd/dsslib/flat/ |
H A D | flat.c | 3944 if (!flatten->cx->getf && !(flatten->cx->getf = cxcallout(flatten->cx, CX_GET, flatten->cx->state->type_void, flatten->cx->state->type_void, flatten->cx->disc)))
|
Completed in 31 milliseconds