Searched refs:cxrepresentation (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libdss/
H A Dcx.h170 #define cxrepresentation(t) ((t)->representation) macro
171 #define cxisbuffer(t) (cxrepresentation(t)==CX_buffer)
172 #define cxisnumber(t) (cxrepresentation(t)==CX_number)
173 #define cxisstring(t) (cxrepresentation(t)==CX_string)
174 #define cxisvoid(t) (cxrepresentation(t)==CX_void)
H A Dcxcomp.c828 (*cx->disc->errorf)(cx, cx->disc, 2, "%s %s not supported [%d:%d] %p", cxcontext(cx), cxopname(op, type1, type2), cxrepresentation(type1), cxrepresentation(type2), cxcallout(cx, op, cx->state->type_string, cx->state->type_string, cx->disc));

Completed in 16 milliseconds