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
56 errx(1, "internal error: outtype(%d)", ts);
85 errx(1, "internal error: outtype");
94 outtype(*ap);
136 outtype(TP(sym->s_type));
  /src/usr.bin/xlint/lint1/
emit1.c 90 outtype(const type_t *tp) function
128 outtype(param->s_type);
223 outtype(sym->s_type);
304 outtype(arg->s_type);
305 outtype(fsym->s_type->t_subt);
307 outtype(fsym->s_type);
380 outtype(call->args[i]->tn_type);
382 outtype(tn->tn_type);

Completed in 17 milliseconds