Searched refs:noreturn (Results 1 - 25 of 164) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dpragma-system_header4.h2 int noreturn() { } function
H A Dnoreturn-5.C5 void f (const char *) __attribute__ ((noreturn));
6 void f (int) __attribute__ ((noreturn));
7 void f (double) __attribute__ ((noreturn));
H A Dnoreturn-7.C5 void f (const char *) __attribute__ ((noreturn));
7 void f (double) __attribute__ ((noreturn));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20040409-1.c1 /* This tests to make sure that the attribute noreturn
4 int (*temp) (void) __attribute__((noreturn));
H A Dc11-noreturn-2.c9 noreturn void exit (int);
10 noreturn void abort (void);
12 noreturn int f1 (void);
14 noreturn void f2 (void);
16 static void noreturn f3 (void) { exit (0); }
18 /* Returning from a noreturn function is undefined at runtime, not a
22 noreturn int
29 noreturn void
36 noreturn void
41 noreturn voi
[all...]
H A D20030107-1.c4 extern void bar(void) __attribute__((noreturn));
H A Dpr27802-1.c5 double bar1() __attribute__((noreturn));
8 double bar2() __attribute__((noreturn));
11 void bar3() __attribute__((noreturn));
14 double bar4() __attribute__((noreturn));
H A Dnoreturn-2.c1 /* Check for invalid "noreturn" warning. */
6 void noreturn (int x) __attribute__ ((__noreturn__));
9 noreturn (int x) function
12 } /* { dg-bogus "does return" "noreturn does return" } */
H A Dva-arg-pack-2.c4 extern void noreturn (int status, ...);
10 noreturn (status, __builtin_va_arg_pack ());
H A Dnoreturn-5.c3 /* Check that 'noreturn' and 'volatile extern' are compatible.
6 extern void xxx (int) __attribute__((noreturn));
H A Dpr46165.c5 extern void foo (void) __attribute__((noreturn));
H A Dpr46494.c4 extern void foo (void) __attribute__((noreturn));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dnoreturn-function-attribute.c6 void __attribute__ ((noreturn))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr41905.C3 int foo() __attribute__((noreturn));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dnoreturn-1_0.c5 __attribute__ ((noreturn))
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/
H A Dhotpatch-26.c6 __attribute__ ((noreturn)) void hp1(void)
H A Dhotpatch-27.c6 __attribute__ ((noreturn)) void hp3(void)
/haiku-buildtools/gcc/gcc/ginclude/
H A Dstdnoreturn.h31 #define noreturn _Noreturn macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37913.c3 void foo (void) __attribute__ ((noreturn));
5 static int __attribute__ ((noreturn))
H A Dpr37418-1.c2 void f(int args)__attribute__((noreturn));
3 void f2(ft *p __attribute__((noreturn)))
H A D20041007-1.c6 void baz (void) __attribute__ ((noreturn)); /* noreturn is required */
H A D20050202-1.c2 extern void foo (void) __attribute__((noreturn));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dgen-attrs-4.C6 [[noreturn]] // { dg-warning "ignored" }
11 int one_third [[noreturn]] [[gnu::unused]] (void);
16 [[noreturn]] // { dg-warning "ignored" }
24 [[noreturn]] // { dg-warning "ignored" }
27 [[noreturn]]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib4.C4 __attribute__((noreturn))
8 __attribute__((noreturn))
16 __attribute__((noreturn)); // OK
21 __attribute__((noreturn)); // OK
25 __attribute__((noreturn))
28 __attribute__((noreturn))
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-prof/
H A Dpr49299-1.c3 __attribute__((noreturn)) void (*fn) (void);
7 __attribute__((noreturn)) void
13 __attribute__((noreturn)) void
20 setfn (__attribute__((noreturn)) void (*x) (void))

Completed in 280 milliseconds

1234567