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

1 2 34 5 6 7 8 91011>>

  /external/skia/third_party/libpng/
pngconf.h 347 # if !defined(PNG_NORETURN) && __has_attribute(__noreturn__)
348 # define PNG_NORETURN __attribute__((__noreturn__))
373 # define PNG_NORETURN __attribute__((__noreturn__))
  /external/bison/src/
system.h 100 # define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
  /external/selinux/libselinux/utils/
selabel_lookup_best_match.c 10 static __attribute__ ((__noreturn__)) void usage(const char *progname)
matchpathcon.c 14 static __attribute__ ((__noreturn__)) void usage(const char *progname)
selabel_digest.c 11 static __attribute__ ((__noreturn__)) void usage(const char *progname)
  /external/selinux/policycoreutils/hll/pp/
pp.c 49 static __attribute__((__noreturn__)) void usage(int err)
  /external/valgrind/coregrind/m_demangle/
ansidecl.h 163 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
exception_ptr.h 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
exception_ptr.h 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
exception_ptr.h 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
exception_ptr.h 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
  /toolchain/binutils/binutils-2.25/include/gdb/
callback.h 130 __attribute__ ((__noreturn__))
  /bionic/libc/include/sys/
cdefs.h 107 #define __dead __attribute__((__noreturn__))
108 #define __noreturn __attribute__((__noreturn__))
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
cdefs.h 196 #define __dead2 __attribute__((__noreturn__))
202 #define __dead2 __attribute__((__noreturn__))
211 #define __dead2 __attribute__((__noreturn__))
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiCdefs.h 211 #define __noreturn __attribute__((__noreturn__))
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 130 __dead void _exit(int) __attribute__((__noreturn__));
  /external/clang/test/Analysis/
null-deref-ps.c 8 __attribute__ ((__noreturn__));
  /external/clang/test/Sema/
warn-unreachable.c 120 void __myassert_rtn(const char *, const char *, int, const char *) __attribute__((__noreturn__));
  /external/dhcpcd-6.8.2/
common.h 115 # define __dead __attribute__((__noreturn__))
  /external/selinux/policycoreutils/setfiles/
restorecon_xattr.c 17 static __attribute__((__noreturn__)) void usage(const char *progname)
  /external/selinux/secilc/
secil2conf.c 44 static __attribute__((__noreturn__)) void usage(const char *prog)
  /external/selinux/semodule-utils/semodule_expand/
semodule_expand.c 31 static __attribute__((__noreturn__)) void usage(const char *program_name)
  /external/selinux/semodule-utils/semodule_link/
semodule_link.c 28 static __attribute__((__noreturn__)) void usage(const char *program_name)

Completed in 1216 milliseconds

1 2 34 5 6 7 8 91011>>