HomeSort by relevance Sort by last modified time
    Searched refs:__noreturn__ (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
functexcept.h 48 __throw_bad_exception(void) __attribute__((__noreturn__));
52 __throw_bad_alloc(void) __attribute__((__noreturn__));
56 __throw_bad_cast(void) __attribute__((__noreturn__));
59 __throw_bad_typeid(void) __attribute__((__noreturn__));
63 __throw_logic_error(const char*) __attribute__((__noreturn__));
66 __throw_domain_error(const char*) __attribute__((__noreturn__));
69 __throw_invalid_argument(const char*) __attribute__((__noreturn__));
72 __throw_length_error(const char*) __attribute__((__noreturn__));
75 __throw_out_of_range(const char*) __attribute__((__noreturn__));
78 __throw_runtime_error(const char*) __attribute__((__noreturn__));
    [all...]
nested_exception.h 69 rethrow_nested() const __attribute__ ((__noreturn__))
109 __attribute__ ((__noreturn__));
113 __throw_with_nested(_Ex&&, ...) __attribute__ ((__noreturn__));
130 throw_with_nested(_Ex __ex) __attribute__ ((__noreturn__));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
functexcept.h 48 __throw_bad_exception(void) __attribute__((__noreturn__));
52 __throw_bad_alloc(void) __attribute__((__noreturn__));
56 __throw_bad_cast(void) __attribute__((__noreturn__));
59 __throw_bad_typeid(void) __attribute__((__noreturn__));
63 __throw_logic_error(const char*) __attribute__((__noreturn__));
66 __throw_domain_error(const char*) __attribute__((__noreturn__));
69 __throw_invalid_argument(const char*) __attribute__((__noreturn__));
72 __throw_length_error(const char*) __attribute__((__noreturn__));
75 __throw_out_of_range(const char*) __attribute__((__noreturn__));
78 __throw_runtime_error(const char*) __attribute__((__noreturn__));
    [all...]
nested_exception.h 69 rethrow_nested() const __attribute__ ((__noreturn__))
109 __attribute__ ((__noreturn__));
113 __throw_with_nested(_Ex&&, ...) __attribute__ ((__noreturn__));
130 throw_with_nested(_Ex __ex) __attribute__ ((__noreturn__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
setjmp2.h 28 __longjmp_chk) __attribute__ ((__noreturn__));
31 __longjmp_chk) __attribute__ ((__noreturn__));
34 __longjmp_chk) __attribute__ ((__noreturn__));
37 __THROWNL __attribute__ ((__noreturn__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
setjmp2.h 28 __longjmp_chk) __attribute__ ((__noreturn__));
31 __longjmp_chk) __attribute__ ((__noreturn__));
34 __longjmp_chk) __attribute__ ((__noreturn__));
37 __THROWNL __attribute__ ((__noreturn__));
  /external/clang/test/Sema/
return-noreturn.c 14 __attribute__((__noreturn__))
23 __attribute__((__noreturn__)) void* test3(int arg) {
27 __attribute__((__noreturn__)) void* test3_positive(int arg) {
MicrosoftCompatibility.c 23 __declspec(__noreturn__) void f7(void); /* expected-warning {{__declspec attribute '__noreturn__' is not supported}} */
attr-noreturn.c 31 extern void f5 (unsigned long) __attribute__ ((__noreturn__));
  /external/valgrind/include/
pub_tool_libcassert.h 52 __attribute__ ((__noreturn__))
56 __attribute__ ((__noreturn__))
59 __attribute__ ((__noreturn__))
  /external/clang/test/CodeGenCXX/
nrvo-noreturn.cpp 4 void abort() __attribute__((__noreturn__));
  /external/valgrind/coregrind/
pub_core_libcassert.h 64 __attribute__ ((__noreturn__))
66 __attribute__ ((__noreturn__))
73 __attribute__ ((__noreturn__))
79 __attribute__((__noreturn__))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
err.h 48 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
50 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 0)));
52 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
54 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 0)));
assert.h 73 __THROW __attribute__ ((__noreturn__));
79 __THROW __attribute__ ((__noreturn__));
85 __THROW __attribute__ ((__noreturn__));
setjmp.h 83 __THROWNL __attribute__ ((__noreturn__));
92 __THROWNL __attribute__ ((__noreturn__));
111 __THROWNL __attribute__ ((__noreturn__));
  /external/selinux/restorecond/
restorecond.h 36 extern void exitApp(const char *msg) __attribute__((__noreturn__));
  /system/core/init/
reboot.h 36 bool runFsck) __attribute__((__noreturn__));
  /external/clang/test/CodeGen/
2009-05-22-callingconv.c 2 void abort(void) __attribute__((__noreturn__));
  /external/selinux/mcstrans/utils/
transcon.c 10 static __attribute__((__noreturn__)) void usage(const char *progname)
untranscon.c 10 static __attribute__((__noreturn__)) void usage(const char *progname)
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 101 void exit(int status) __attribute__ ((__noreturn__));
102 void _exit(int status) __attribute__ ((__noreturn__));
103 void _Exit(int status) __attribute__ ((__noreturn__));
  /external/clang/test/CXX/except/except.spec/
p4.cpp 40 void __attribute__ ((__noreturn__)) PR17110(int status) throw();
  /external/selinux/libselinux/utils/
selinux_check_securetty_context.c 12 static __attribute__ ((__noreturn__)) void usage(const char *progname)
setenforce.c 9 static __attribute__ ((__noreturn__)) void usage(const char *progname)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
ssp.h 62 extern void __chk_fail (void) __attribute__((__noreturn__));

Completed in 3218 milliseconds

1 2 3 4 5 6