Searched refs:FCOMPLEX (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/xlint/common/
H A Dinittyp.c116 { FCOMPLEX, { FLOAT_SIZE * 2, 4 * CHAR_BIT * 2,
117 FCOMPLEX, FCOMPLEX,
H A Dtyname.c81 case FCOMPLEX: return "float _Complex";
129 case FCOMPLEX:
H A Dlint.h78 FCOMPLEX, /* float _Complex */ enumerator in enum:__anon9908
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Demit2.c82 case FCOMPLEX: t = 'X'; s = 's'; break;
H A Dread.c636 tp->t_tspec = s == 's' ? FCOMPLEX
723 case FCOMPLEX:
860 t = FCOMPLEX;
953 case FCOMPLEX:
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h629 #define FCOMPLEX (MAXTYPES+6) macro
635 #define ISCTY(x) ((x) >= FCOMPLEX && (x) <= LCOMPLEX)
H A Dgcc_compat.c289 { FCOMPLEX, "SC" },
H A Dtrees.c1799 case FCOMPLEX:
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpass1.h632 #define FCOMPLEX (MAXTYPES+6) macro
638 #define ISCTY(x) ((x) >= FCOMPLEX && (x) <= LCOMPLEX)
H A Dgcc_compat.c288 { FCOMPLEX, "SC" },
H A Dtrees.c1804 case FCOMPLEX:
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Demit1.c127 case FCOMPLEX: t = 'X'; s = 's'; break;
H A Ddecl.c120 typetab[FCOMPLEX].t_tspec = FCOMPLEX;
305 t = FCOMPLEX;
450 case FCOMPLEX:
777 case FCOMPLEX:
H A Dscan.l627 case FCOMPLEX:
H A Dtree.c1553 } else if (lt == FCOMPLEX || rt == FCOMPLEX) {
1554 t = FCOMPLEX;
1900 case FCOMPLEX:
2324 case FCOMPLEX:

Completed in 95 milliseconds