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

  /src/usr.bin/xlint/common/
lint.h 83 COMPLEX, /* keyword "_Complex", only used in the parser */
122 bool tt_is_complex:1; /* complex type */
  /src/usr.bin/xlint/lint1/
decl.c 350 if (t == COMPLEX) {
356 t = COMPLEX;
397 else if (t == COMPLEX && dcs->d_abstract_type == NO_TSPEC)
726 if (t == COMPLEX && c == FLOAT)
728 else if (t == COMPLEX && c == DOUBLE)
730 else if (t == COMPLEX && c == LDOUBLE)
732 else if (t == COMPLEX) {
lex.c 145 kwdef_type( "_Complex", COMPLEX, 99),

Completed in 41 milliseconds