Searched defs:cxtype (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libdss/ |
H A D | cxopen.c | 1234 if ((base = (char*)type->base) && !(type->base = cxtype(cx, base, disc))) 1240 if ((base = (char*)type->fundamental) && !(type->fundamental = cxtype(cx, base, disc))) 1275 if ((base = (char*)v->type) && !(v->type = cxtype(cx, base, disc))) 1289 if (!(type->generic[i] = cxtype(cx, base, disc))) 1338 cxtype(Cx_t* cx, const char* name, Cxdisc_t* disc) function 1410 else if (!(callout->op.type1 = cxtype(cx, name, disc))) 1418 else if (!(callout->op.type2 = cxtype(cx, name, disc))) 1705 if ((name = (char*)recode->op.type1) && !(recode->op.type1 = cxtype(cx, name, disc))) 1711 if ((name = (char*)recode->op.type2) && !(recode->op.type2 = cxtype(cx, name, disc))) 2001 if ((name = (char*)variable->type) && !(variable->type = cxtype(c [all...] |
Completed in 19 milliseconds