Searched refs:noreturn (Results 1 – 4 of 4) sorted by relevance
57 while read nr abi name native compat noreturn; do73 if [ -n "$noreturn" ]; then74 if [ "$noreturn" != "noreturn" ]; then75 echo "error: $infile: invalid string \"$noreturn\" in 'noreturn' column"
79 static __attribute__((noreturn))
23 #define NORETURN __attribute__((noreturn))
22 static void __attribute__((noreturn)) pperror(const char *format, ...) in pperror()
Completed in 5 milliseconds