HomeSort by relevance Sort by last modified time
    Searched refs:__noreturn__ (Results 26 - 50 of 292) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
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/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
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/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
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/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
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.11-4.8/sysroot/usr/include/
assert.h 73 __THROW __attribute__ ((__noreturn__));
79 __THROW __attribute__ ((__noreturn__));
85 __THROW __attribute__ ((__noreturn__));
setjmp.h 83 __THROW __attribute__ ((__noreturn__));
92 __THROW __attribute__ ((__noreturn__));
111 __THROW __attribute__ ((__noreturn__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
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/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/clang/test/Sema/
attr-noreturn.c 31 extern void f5 (unsigned long) __attribute__ ((__noreturn__));
  /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)
selinux_check_access.c 7 static __attribute__ ((__noreturn__)) void usage(const char *progname)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
ssp.h 62 extern void __chk_fail (void) __attribute__((__noreturn__));
  /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__));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
ssp.h 62 extern void __chk_fail (void) __attribute__((__noreturn__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
error.h 32 __attribute__ ((__noreturn__, __format__ (__printf__, 3, 4)));
59 __attribute__ ((__noreturn__, __format__ (__printf__, 5, 6)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
error.h 32 __attribute__ ((__noreturn__, __format__ (__printf__, 3, 4)));
59 __attribute__ ((__noreturn__, __format__ (__printf__, 5, 6)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
error.h 32 __attribute__ ((__noreturn__, __format__ (__printf__, 3, 4)));
59 __attribute__ ((__noreturn__, __format__ (__printf__, 5, 6)));
  /external/valgrind/VEX/priv/
main_util.h 72 __attribute__ ((__noreturn__))
75 __attribute__ ((__noreturn__))
78 __attribute__ ((__noreturn__)) __attribute__ ((format (printf, 1, 2)))
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
gabixx_config.h 35 #define _GABIXX_NORETURN __attribute__((__noreturn__))
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
gabixx_config.h 35 #define _GABIXX_NORETURN __attribute__((__noreturn__))
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
gabixx_config.h 35 #define _GABIXX_NORETURN __attribute__((__noreturn__))
  /system/core/liblog/include/android/
log.h 138 __attribute__((__noreturn__))

Completed in 9439 milliseconds

12 3 4 5 6 7 8 91011>>