HomeSort by relevance Sort by last modified time
    Searched full:noreturn (Results 301 - 325 of 797) sorted by null

<<11121314151617181920>>

  /external/elfutils/0.153/host-darwin-fixup/
AndroidFixup.h 59 static inline void __attribute__((noreturn)) error(int status, int errnum, const char *fmt, ...)
  /external/iproute2/ip/
ip_common.h 17 extern void iplink_usage(void) __attribute__((noreturn));
  /external/iproute2/tc/
tc_monitor.c 29 static void usage(void) __attribute__((noreturn));
  /external/libcxx/test/language.support/support.exception/except.nested/
throw_with_nested.pass.cpp 14 // template<class T> void throw_with_nested [[noreturn]] (T&& t);
  /external/libsepol/src/
Makefile 18 CFLAGS ?= -Werror -Wall -W -Wundef -Wshadow -Wmissing-noreturn -Wmissing-format-attribute
  /external/libsepol/tests/
Makefile 5 CFLAGS += -g3 -gdwarf-2 -o0 -Wall -W -Wundef -Wmissing-noreturn -Wmissing-format-attribute -Wno-unused-parameter -Werror
  /external/libunwind/src/ppc32/
Gresume.c 38 static NORETURN inline long
  /external/libunwind/src/ppc64/
Gresume.c 38 static NORETURN inline long
  /external/libunwind/src/x86_64/
unwind_i.h 89 extern NORETURN void x86_64_sigreturn (unw_cursor_t *cursor);
  /external/llvm/test/CodeGen/AArch64/
arm64-big-endian-eh.ll 62 ; Function Attrs: noinline noreturn nounwind
  /external/llvm/test/CodeGen/ARM/
2011-12-19-sjlj-clobber.ll 33 invoke void @objc_exception_throw(i8* %tmp13) noreturn
big-endian-eh-unwind.ll 62 ; Function Attrs: noinline noreturn nounwind
  /external/llvm/test/CodeGen/Hexagon/
always-ext.ll 45 declare void @llvm.trap() noreturn nounwind
block-addr.ll 64 attributes #0 = { noreturn nounwind "target-cpu"="hexagonv4" }
  /external/llvm/test/CodeGen/Mips/
eh.ll 22 invoke void @__cxa_throw(i8* %exception, i8* bitcast (i8** @_ZTId to i8*), i8* null) noreturn
  /external/llvm/test/CodeGen/PowerPC/
frameaddr.ll 44 attributes #1 = { noreturn nounwind }
  /external/llvm/test/CodeGen/X86/
2012-10-18-crash-dagco.ll 61 declare void @spam() noreturn nounwind
  /external/llvm/test/Transforms/SLPVectorizer/X86/
pr18060.ll 45 ; Function Attrs: noreturn
  /external/qemu/android/base/
EintrWrapper_unittest.cpp 28 // __attribute__((noreturn)).
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
throw_with_nested.pass.cpp 14 // template<class T> void throw_with_nested [[noreturn]] (T&& t);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
gccmacro.h 43 #define PA_GCC_NORETURN __attribute__((noreturn))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
gccmacro.h 43 #define PA_GCC_NORETURN __attribute__((noreturn))
  /external/clang/test/Modules/
redecl-merge.m 28 // noreturn and non-noreturn functions have different types
  /external/clang/test/SemaCXX/
friend.cpp 296 friend class __attribute__((visibility("hidden"), noreturn)) B; // expected-warning {{'noreturn' attribute only applies to functions and methods}}
  /external/libpcap/tests/
filtertest.c 53 static void usage(void) __attribute__((noreturn));
55 __attribute__((noreturn, format (printf, 1, 2)));

Completed in 2021 milliseconds

<<11121314151617181920>>