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

/netbsd-current/usr.bin/xlint/common/
H A Dinittyp.c110 typeinfo("float _Complex", FCOMPLEX, FCOMPLEX,
H A Dlint.h86 FCOMPLEX, /* float _Complex */ enumerator in enum:__anon42
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpass1.h618 #define FCOMPLEX (MAXTYPES+6) macro
624 #define ISCTY(x) ((x) >= FCOMPLEX && (x) <= LCOMPLEX)
H A Dgcc_compat.c289 { FCOMPLEX, "SC" },
H A Dtrees.c1816 case FCOMPLEX:
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h675 #define FCOMPLEX (MAXTYPES+6) macro
681 #define ISCTY(x) ((x) >= FCOMPLEX && (x) <= LCOMPLEX)
H A Dgcc_compat.c396 { FCOMPLEX, "SC" },
706 case FCOMPLEX:
712 i -= (FCOMPLEX-FLOAT);
H A Dtrees.c1886 case FCOMPLEX:
/netbsd-current/usr.bin/xlint/lint2/
H A Dread.c636 return s == 's' ? FCOMPLEX
861 t = FCOMPLEX;
/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c716 if (lt == FCOMPLEX || rt == FCOMPLEX)
717 return FCOMPLEX;
1493 case FCOMPLEX:
3750 case FCOMPLEX:
3778 if (nt == FLOAT || nt == FCOMPLEX)
H A Dlex.c640 t = imaginary ? FCOMPLEX : FLOAT;
H A Ddecl.c349 t = FCOMPLEX;

Completed in 303 milliseconds