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

  /src/usr.bin/xlint/lint1/
lint1.h 377 bool d_noreturn:1; /* function never returns normally */ member in struct:decl_level
debug.c 520 debug_word(dl->d_noreturn, "noreturn");
decl.c 195 dcs->d_noreturn = true;
519 dcs->d_noreturn = true;
659 dcs->d_noreturn = false;
1451 params.noreturn || dcs->d_enclosing->d_noreturn);
cgram.y 1080 dcs->d_noreturn = attributes_contain(&$1, "noreturn");

Completed in 15 milliseconds