Searched defs:cxrepresentation (Results 1 - 1 of 1) 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)

Completed in 12 milliseconds