HomeSort by: relevance | last modified time | path
    Searched defs:outtype (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint2/
emit2.c 46 outtype(const type_t *tp) function in typeref:typename:void
61 errx(1, "internal error: outtype(%d)", ts);
90 errx(1, "internal error: outtype");
99 outtype(*ap);
141 outtype(TP(sym->s_type));
  /src/usr.bin/xlint/lint1/
emit1.c 90 outtype(const type_t *tp) function in typeref:typename:void
133 outtype(param->s_type);
228 outtype(sym->s_type);
309 outtype(arg->s_type);
310 outtype(fsym->s_type->t_subt);
312 outtype(fsym->s_type);
385 outtype(call->args[i]->tn_type);
387 outtype(tn->tn_type);

Completed in 12 milliseconds