Searched refs:typegroup (Results 1 – 3 of 3) sorted by relevance
69 …char typegroup; /* _R_eal, _C_omplex, Signed _I_nt, _U_nsigned int, _S_truct, _P_ointer, _O_bject,… member241 while (type->typegroup == 'S') {514 if (type->size != size || type->typegroup != group) {515 if (type->typegroup == 'C' && type->fields != NULL) {524 if ((type->typegroup == 'H' || group == 'H') && type->size == size) {561 } else if (field->type->typegroup == 'S') {843 if (a->size != b->size || a->typegroup != b->typegroup ||845 if (a->typegroup == 'H' || b->typegroup == 'H') {860 if (a->typegroup == 'S') {905 switch (type->typegroup) {[all …]
1393 char typegroup1422 if type.typegroup == 'S':
691 typegroup = "'H'"694 typegroup = "%s ? 'U' : 'I'" % is_unsigned696 typegroup = "'C'"698 typegroup = "'R'"700 typegroup = "'S'"704 typegroup = "'O'"712 typegroup, is_unsigned, flags)