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

/netbsd-current/usr.bin/xlint/common/
H A Dinittyp.c114 typeinfo("long double _Complex", LCOMPLEX, LCOMPLEX,
H A Dlint.h88 LCOMPLEX, /* long double _Complex */ enumerator in enum:__anon42
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpass1.h620 #define LCOMPLEX (MAXTYPES+8) macro
624 #define ISCTY(x) ((x) >= FCOMPLEX && (x) <= LCOMPLEX)
H A Dgcc_compat.c291 { LCOMPLEX, "XC" },
H A Dtrees.c1818 case LCOMPLEX:
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h677 #define LCOMPLEX (MAXTYPES+8) macro
681 #define ISCTY(x) ((x) >= FCOMPLEX && (x) <= LCOMPLEX)
H A Dgcc_compat.c398 { LCOMPLEX, "XC" },
708 case LCOMPLEX:
H A Dtrees.c1888 case LCOMPLEX:
/netbsd-current/usr.bin/xlint/lint2/
H A Dread.c637 : (s == 'l' ? LCOMPLEX : DCOMPLEX);
863 t = LCOMPLEX;
/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c712 if (lt == LCOMPLEX || rt == LCOMPLEX)
713 return LCOMPLEX;
1487 case LCOMPLEX:
3756 case LCOMPLEX:
3782 else if (nt == LDOUBLE || nt == LCOMPLEX)
H A Ddecl.c281 lt = LCOMPLEX;
711 t = LCOMPLEX;
H A Dlex.c643 t = imaginary ? LCOMPLEX : LDOUBLE;

Completed in 146 milliseconds