/external/clang/test/ARCMT/ |
objcmt-atomic-property.m | 182 #define NORETURN __attribute__((noreturn)) 204 - (id) t1 NORETURN NS_AVAILABLE;
|
objcmt-atomic-property.m.result | 159 #define NORETURN __attribute__((noreturn)) 180 - (id) t1 NORETURN NS_AVAILABLE;
|
objcmt-ns-nonatomic-iosonly.m | 189 #define NORETURN __attribute__((noreturn)) 211 - (id) t1 NORETURN NS_AVAILABLE;
|
objcmt-ns-nonatomic-iosonly.m.result | 166 #define NORETURN __attribute__((noreturn)) 187 - (id) t1 NORETURN NS_AVAILABLE;
|
objcmt-property.m | 185 #define NORETURN __attribute__((noreturn)) 207 - (id) t1 NORETURN NS_AVAILABLE;
|
objcmt-property.m.result | 162 #define NORETURN __attribute__((noreturn)) 183 - (id) t1 NORETURN NS_AVAILABLE;
|
/external/llvm/test/CodeGen/X86/ |
reverse_branches.ll | 42 call void @exit(i32 1) noreturn 89 call void @exit(i32 1) noreturn 102 declare void @exit(i32) noreturn
|
/external/llvm/test/Transforms/IndVarSimplify/ |
crash.ll | 59 declare void @__go_panic() noreturn 67 invoke void @__go_panic() noreturn 117 define void @fn1() noreturn nounwind {
|
loop_evaluate9.ll | 31 tail call void @__gnat_rcheck_12(i8* getelementptr ([13 x i8], [13 x i8]* @.str, i32 0, i32 0), i32 24) noreturn 42 tail call void @__gnat_rcheck_12(i8* getelementptr ([13 x i8], [13 x i8]* @.str, i32 0, i32 0), i32 24) noreturn 81 declare void @__gnat_rcheck_12(i8*, i32) noreturn
|
/external/valgrind/coregrind/ |
pub_core_libcprint.h | 61 __attribute__((noreturn)) 66 __attribute__((noreturn)) 71 __attribute__((noreturn))
|
/external/vixl/src/vixl/ |
globals.h | 120 #define VIXL_NO_RETURN [[noreturn]] //NOLINT 122 #define VIXL_NO_RETURN __attribute__((noreturn)) 125 // Some functions might only be marked as "noreturn" for the DEBUG build. This
|
/external/llvm/test/Transforms/JumpThreading/ |
phi-eq.ll | 22 declare void @g_assertion_message(i8*, i8*, i32, i8*, i8*) noreturn 42 call void @g_assertion_message_expr(i8* null, i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str2, i32 0, i32 0), i32 581, i8* getelementptr inbounds ([62 x i8], [62 x i8]* @__PRETTY_FUNCTION__.copy_filter_list, i32 0, i32 0), i8* getelementptr inbounds ([22 x i8], [22 x i8]* @.str12, i32 0, i32 0)) noreturn 69 call void @g_assertion_message(i8* null, i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str2, i32 0, i32 0), i32 408, i8* getelementptr inbounds ([44 x i8], [44 x i8]* @__PRETTY_FUNCTION__.get_filter_list, i32 0, i32 0), i8* null) noreturn nounwind 94 call void @g_assertion_message(i8* null, i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str2, i32 0, i32 0), i32 408, i8* getelementptr inbounds ([44 x i8], [44 x i8]* @__PRETTY_FUNCTION__.get_filter_list, i32 0, i32 0), i8* null) noreturn nounwind 148 call void @g_assertion_message_expr(i8* null, i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str2, i32 0, i32 0), i32 600, i8* getelementptr inbounds ([62 x i8], [62 x i8]* @__PRETTY_FUNCTION__.copy_filter_list, i32 0, i32 0), i8* getelementptr inbounds ([31 x i8], [31 x i8]* @.str13, i32 0, i32 0)) noreturn 201 declare void @g_assertion_message_expr(i8*, i8*, i32, i8*, i8*) noreturn
|
/external/clang/test/Sema/ |
builtins.c | 75 void test10(void) __attribute__((noreturn)); 81 // No warning about falling off the end of a noreturn function. 96 __builtin_trap(); // no warning because trap is noreturn.
|
/external/toybox/lib/ |
portability.h | 13 #define noreturn __attribute__((noreturn)) macro 16 #define noreturn macro
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
process.h | 50 void __cdecl __declspec(noreturn) abort(void); 108 __declspec(noreturn) void __cdecl __report_gsfailure(void); 111 __declspec(noreturn) void __cdecl __report_gsfailure(uintptr_t _StackCookie);
|
/art/sigchainlib/ |
sigchain_dummy.cc | 34 #pragma GCC diagnostic ignored "-Wmissing-noreturn"
|
/external/clang/INPUTS/ |
cfg-nested-var-scopes.cpp | 5 #define EXPAND_NORET_STRUCT(i) struct X##i { X##i(int); ~X##i() __attribute__((noreturn)); };
|
/external/clang/test/CodeGenCXX/ |
typeid.cpp | 50 // CHECK: attributes [[NR]] = { noreturn }
|
/external/compiler-rt/lib/builtins/ |
int_util.h | 25 NORETURN void compilerrt_abort_impl(const char *file, int line,
|
/external/elfutils/libdw/ |
libdw_alloc.c | 73 __attribute ((noreturn, visibility ("hidden")))
|
/external/iproute2/bridge/ |
monitor.c | 29 static void usage(void) __attribute__((noreturn));
|
/external/iproute2/ip/ |
ip_common.h | 14 void iplink_usage(void) __attribute__((noreturn));
|
/external/iproute2/tc/ |
tc_monitor.c | 29 static void usage(void) __attribute__((noreturn));
|
/external/libcxx/test/std/language.support/support.exception/except.nested/ |
throw_with_nested.pass.cpp | 14 // template<class T> void throw_with_nested [[noreturn]] (T&& t);
|
/external/libcxxabi/src/ |
abort_message.cpp | 34 __attribute__((visibility("hidden"), noreturn))
|