Searched defs:Cx_t (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libdss/ |
H A D | cx.h | 39 /* Cx_t.flags */ 190 struct Cx_s; typedef struct Cx_s Cx_t; typedef in typeref:struct:Cx_s 291 typedef int (*Cxcallout_f) (Cx_t*, Cxinstruction_t*, Cxoperand_t*, 293 typedef int (*Cxconstraint_f)(Cx_t*, Cxvalue_t*, void*, Cxdisc_t*); 294 typedef int (*Cxdone_f) (Cx_t*, void*, Cxdisc_t*); 295 typedef ssize_t (*Cxexternal_f) (Cx_t*, Cxtype_t*, const char*, Cxformat_t*, 297 typedef int (*Cxfunction_f) (Cx_t*, Cxvariable_t*, Cxoperand_t*, 300 typedef ssize_t (*Cxinternal_f) (Cx_t*, Cxtype_t*, const char*, Cxformat_t*, 304 typedef char* (*Cxlocation_f) (Cx_t*, void*, Cxdisc_t*); 305 typedef void* (*Cxmatchcomp_f)(Cx_t*, Cxtype_ [all...] |
Completed in 34 milliseconds