Searched refs:type_void (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libdss/
H A Dcxcomp.c297 else if (pc->type != cx->state->type_void)
307 else if ((sp-1)->type != cx->state->type_void)
315 else if (sp->type != cx->state->type_void)
652 if (((f = cxrecode(cx, op, type1, type2, cx->disc)) || (f = cxrecode(cx, op, cx->state->type_void, cx->state->type_void, cx->disc))) && (*f)(cx, expr, &x, NiL, NiL, NiL, cx->disc))
825 if (x.callout = cxcallout(cx, op, cx->state->type_void, cx->state->type_void, cx->disc))
898 t = cx->state->type_void;
905 t = cx->state->type_void;
969 t = cx->state->type_void;
[all...]
H A Dcxeval.c137 sp->type = (sp-1)->type = cx->state->type_void;
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 Dcxopen.c378 BT(CX_void, &name_void[0], &state.type_void, "No value. May be used for padding.", void_external, void_internal, 0)
803 b->type = state.type_void;
1322 re->op.type2 = state.type_void;
1409 callout->op.type1 = state.type_void;
1417 callout->op.type2 = state.type_void;
1447 op.type1 = state.type_void;
1449 op.type2 = state.type_void;
1454 else if (op.type2 == state.type_void)
1457 op.type2 = state.type_void;
1745 op.type1 = state.type_void;
[all...]
H A Dcx.h584 Cxtype_t* type_void; /* void fundamental type */ member in struct:Cxstate_s
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c166 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 Dmerge.c217 if (!(state->getf = cxcallout(cx, CX_GET, cx->state->type_void, cx->state->type_void, cx->disc)))
/ast/src/cmd/dsslib/flat/
H A Dflat.c3059 base = state->type_void;
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