HomeSort by: relevance | last modified time | path
    Searched refs:LCOMPLEX (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/xlint/common/
inittyp.c 114 typeinfo("long double _Complex", LCOMPLEX, LCOMPLEX,
lint.h 88 LCOMPLEX, /* long double _Complex */
  /src/usr.bin/xlint/lint2/
read.c 637 : (s == 'l' ? LCOMPLEX : DCOMPLEX);
863 t = LCOMPLEX;
  /src/usr.bin/xlint/lint1/
tree.c 999 if (lt == LCOMPLEX || rt == LCOMPLEX)
1000 return LCOMPLEX;
1771 case LCOMPLEX:
4039 case LCOMPLEX:
4065 else if (nt == LDOUBLE || nt == LCOMPLEX)
lex.c 644 t = imaginary ? LCOMPLEX : LDOUBLE;
decl.c 286 lt = LCOMPLEX;
740 t = LCOMPLEX;

Completed in 18 milliseconds