HomeSort by relevance Sort by last modified time
    Searched full:noreturn (Results 26 - 50 of 635) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_range_errors.h 43 # pragma noreturn(__stl_throw_runtime_error)
44 # pragma noreturn(__stl_throw_range_error)
45 # pragma noreturn(__stl_throw_out_of_range)
46 # pragma noreturn(__stl_throw_length_error)
47 # pragma noreturn(__stl_throw_invalid_argument)
48 # pragma noreturn(__stl_throw_overflow_error)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_range_errors.h 43 # pragma noreturn(__stl_throw_runtime_error)
44 # pragma noreturn(__stl_throw_range_error)
45 # pragma noreturn(__stl_throw_out_of_range)
46 # pragma noreturn(__stl_throw_length_error)
47 # pragma noreturn(__stl_throw_invalid_argument)
48 # pragma noreturn(__stl_throw_overflow_error)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_range_errors.h 43 # pragma noreturn(__stl_throw_runtime_error)
44 # pragma noreturn(__stl_throw_range_error)
45 # pragma noreturn(__stl_throw_out_of_range)
46 # pragma noreturn(__stl_throw_length_error)
47 # pragma noreturn(__stl_throw_invalid_argument)
48 # pragma noreturn(__stl_throw_overflow_error)
  /external/compiler-rt/lib/asan/
asan_report.h 35 void NORETURN ReportSIGSEGV(uptr pc, uptr sp, uptr bp, uptr addr);
36 void NORETURN ReportDoubleFree(uptr addr, StackTrace *stack);
37 void NORETURN ReportFreeNotMalloced(uptr addr, StackTrace *stack);
38 void NORETURN ReportAllocTypeMismatch(uptr addr, StackTrace *stack,
41 void NORETURN ReportMallocUsableSizeNotOwned(uptr addr,
43 void NORETURN ReportAsanGetAllocatedSizeNotOwned(uptr addr,
45 void NORETURN ReportStringFunctionMemoryRangesOverlap(
52 void NORETURN ReportMacMzReallocUnknown(
54 void NORETURN ReportMacCfReallocUnknown(
  /external/linux-tools-perf/util/
usage.c 15 static NORETURN void usage_builtin(const char *err)
21 static NORETURN void die_builtin(const char *err, va_list params)
39 static void (*usage_routine)(const char *err) NORETURN = usage_builtin;
40 static void (*die_routine)(const char *err, va_list params) NORETURN = die_builtin;
44 void set_die_routine(void (*routine)(const char *err, va_list params) NORETURN)
  /external/llvm/test/CodeGen/X86/
switch-order-weight.ll 20 tail call void @unr(i32 23) noreturn nounwind
28 tail call void @unr(i32 5) noreturn nounwind
35 declare void @unr(i32) noreturn
2008-09-26-FrameAddrBug.ll 11 define hidden void @_Unwind_Resume(%struct._Unwind_Exception* %exc) noreturn noreturn {
  /external/clang/test/Parser/
cxx11-base-spec-attributes.cpp 9 struct G : [[noreturn]] A {}; // expected-error {{'noreturn' attribute cannot be applied to a base specifier}}
attributes.c 52 void __attribute__((noreturn)) d0(void), __attribute__((noreturn)) d1(void);
54 void d2(void) __attribute__((noreturn)), d3(void) __attribute__((noreturn));
72 // noreturn is lifted to type qualifier
73 void testFundef2() __attribute__((noreturn)) { // \
74 // expected-warning {{GCC does not allow noreturn attribute in this position on a function definition}}
cxx11-stmt-attributes.cpp 31 [[noreturn]] { } // expected-error {{'noreturn' attribute cannot be applied to a statement}}
32 [[noreturn]] if (0) { } // expected-error {{'noreturn' attribute cannot be applied to a statement}}
33 [[noreturn]] for (;;); // expected-error {{'noreturn' attribute cannot be applied to a statement}}
34 [[noreturn]] do { // expected-error {{'noreturn' attribute cannot be applied to a statement}}
  /external/llvm/test/CodeGen/PowerPC/
pr3711_widen_bit.ll 11 tail call void @abort() noreturn nounwind
18 declare void @abort() noreturn nounwind
  /external/bison/build-aux/snippet/
_Noreturn.h 6 # define _Noreturn __declspec (noreturn)
  /external/clang/test/CodeGen/
2007-09-27-ComplexIntCompare.c 4 void __attribute__((noreturn)) abort(void);
ms-declspecs.c 22 __declspec(noreturn) void f20_t(void);
28 // CHECK: attributes [[NR]] = { noreturn }
unreachable.c 4 extern void abort() __attribute__((noreturn));
  /external/llvm/test/CodeGen/XCore/
trap.ll 2 define i32 @test() noreturn nounwind {
  /external/llvm/test/Instrumentation/AddressSanitizer/
instrument-no-return.ll 3 ; before every noreturn call or invoke.
8 declare void @MyNoReturnFunc(i32) noreturn
12 call void @MyNoReturnFunc(i32 1) noreturn ; The call insn has noreturn attr.
22 call void @MyNoReturnFunc(i32 1) ; No noreturn attribure on the call.
  /external/llvm/test/Transforms/LoopUnswitch/
infinite-loop.ll 45 call void @end0() noreturn nounwind
49 call void @end1() noreturn nounwind
53 declare void @end0() noreturn
54 declare void @end1() noreturn
57 ; CHECK: attributes #1 = { noreturn }
58 ; CHECK: attributes [[NOR_NUW]] = { noreturn nounwind }
  /external/clang/test/Sema/
MicrosoftCompatibility.c 14 __declspec(noreturn) void f6( void ) {
15 return; // expected-warning {{function 'f6' declared 'noreturn' should not return}}
  /external/kernel-headers/original/linux/
linkage.h 55 #define ATTRIB_NORET __attribute__((noreturn))
56 #define NORET_AND noreturn,
  /external/llvm/test/Linker/
link-global-to-func.ll 2 ; RUN: echo "declare void @__eprintf(i8*, i8*, i32, i8*) noreturn define void @foo() { tail call void @__eprintf( i8* undef, i8* undef, i32 4, i8* null ) noreturn nounwind unreachable }" | llvm-as -o %t2.bc
  /external/llvm/test/Transforms/IPConstantProp/
user-with-multiple-uses.ll 12 define i32 @main() noreturn nounwind {
32 ; CHECK: attributes #0 = { noreturn nounwind }
  /external/clang/test/SemaCXX/
warn-missing-noreturn.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -Wmissing-noreturn -Wreturn-type
2 void f() __attribute__((noreturn));
57 void *h() __attribute__((noreturn));
64 A(int) : f(h()) { } // expected-warning {{function 'A' could be declared with attribute 'noreturn'}}
new-delete-0x.cpp 4 struct noreturn_t {} constexpr noreturn = {}; variable in typeref:struct:noreturn_t
6 void *operator new [[noreturn]] (size_t, noreturn_t);
7 void operator delete [[noreturn]] (void*, noreturn_t);
  /external/iproute2/include/
iptables_common.h 15 extern void exit_printhelp(void) __attribute__((noreturn));
16 extern void exit_tryhelp(int) __attribute__((noreturn));
32 void exit_error(enum exittype, char *, ...)__attribute__((noreturn,

Completed in 1959 milliseconds

12 3 4 5 6 7 8 91011>>