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 112 typeinfo("long double _Complex", LCOMPLEX, LCOMPLEX,
lint.h 86 LCOMPLEX, /* long double _Complex */
  /src/usr.bin/xlint/lint2/
read.c 635 : (s == 'l' ? LCOMPLEX : DCOMPLEX);
859 t = LCOMPLEX;
  /src/usr.bin/xlint/lint1/
decl.c 284 lt = LCOMPLEX;
731 t = LCOMPLEX;
739 t = LCOMPLEX;
tree.c 1063 if (lt == LCOMPLEX || rt == LCOMPLEX)
1064 return LCOMPLEX;
1835 case LCOMPLEX:
4101 case LCOMPLEX:
4127 else if (nt == LDOUBLE || nt == LCOMPLEX)
lex.c 640 t = imaginary ? LCOMPLEX : LDOUBLE;

Completed in 23 milliseconds