Lines Matching refs:noinline
7 __attribute__((noinline)) void throws_int() { in throws_int()
11 __attribute__((noinline)) void callee_throws() { in callee_throws()
19 __attribute__((noinline)) void throws_catches_rethrows() { in throws_catches_rethrows()
28 __attribute__((noinline)) void callee_rethrows() { in callee_rethrows()
36 __attribute__((noinline)) void throws_and_catches() { in throws_and_catches()
44 __attribute__((noinline)) void nested_try() { in nested_try()
56 __attribute__((noinline)) void nested_try2() { in nested_try2()
78 __attribute__((noinline)) void local_object_then_throw() { in local_object_then_throw()
83 __attribute__((noinline)) void cpp_object_with_destructor() { in cpp_object_with_destructor()
91 __attribute__((noinline)) void recursive_call(long n) { in recursive_call()
99 __attribute__((noinline)) void multiframe_unwind() { in multiframe_unwind()
107 __attribute__((noinline)) void longjmp_unwind() { in longjmp_unwind()
122 __attribute__((noinline)) void recursive_call_longjmp(jmp_buf env, long n) { in recursive_call_longjmp()
130 __attribute__((noinline)) void longjmp_unwind_multiple_frames() { in longjmp_unwind_multiple_frames()