Searched refs:DCOMPLEX (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/xlint/common/
H A Dinittyp.c119 { DCOMPLEX, { DOUBLE_SIZE * 2, 8 * CHAR_BIT * 2,
120 DCOMPLEX, DCOMPLEX,
H A Dtyname.c82 case DCOMPLEX: return "double _Complex";
130 case DCOMPLEX:
H A Dlint.h79 DCOMPLEX, /* double _Complex */ enumerator in enum:__anon9908
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Demit2.c83 case DCOMPLEX: t = 'X'; s = '\0'; break;
H A Dread.c637 : (s == 'l' ? LCOMPLEX : DCOMPLEX);
724 case DCOMPLEX:
864 t = DCOMPLEX;
954 case DCOMPLEX:
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Demit1.c128 case DCOMPLEX: t = 'X'; s = '\0'; break;
H A Ddecl.c121 typetab[DCOMPLEX].t_tspec = DCOMPLEX;
307 t = DCOMPLEX;
405 t2 == FLOAT || t2 == DOUBLE || t2 == DCOMPLEX) {
420 } else if (t2 == DCOMPLEX) {
451 case DCOMPLEX:
767 case DCOMPLEX:
H A Dscan.l628 case DCOMPLEX:
H A Dtree.c1549 } else if (lt == DCOMPLEX || rt == DCOMPLEX) {
1550 t = DCOMPLEX;
1903 case DCOMPLEX:
2321 case DCOMPLEX:

Completed in 175 milliseconds