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

  /src/usr.bin/xlint/common/
tyname.c 267 if (tp->t_noreturn)
tyname.c 267 if (tp->t_noreturn)
  /src/usr.bin/xlint/lint1/
lint1.h 140 bool t_noreturn:1; /* function never returns normally */ member in struct:lint1_type
lint1.h 140 bool t_noreturn:1; /* function never returns normally */ member in struct:lint1_type
cgram.y 2165 && $1->u.call->func->tn_type->t_subt->t_noreturn)
cgram.y 2165 && $1->u.call->func->tn_type->t_subt->t_noreturn)
decl.c 1332 tp->t_noreturn = noreturn;
decl.c 1332 tp->t_noreturn = noreturn;

Completed in 30 milliseconds