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

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/MC/ARM/
elf-reloc-03.ll 85 tail call void @exit(i32 %3) noreturn nounwind
89 declare void @exit(i32) noreturn nounwind
  /external/llvm/test/Transforms/IndVarSimplify/
loop_evaluate10.ll 44 tail call void @abort() noreturn nounwind
53 declare void @abort() noreturn nounwind
  /external/llvm/test/Transforms/JumpThreading/
lvi-load.ll 30 tail call void @__assert_rtn(i8* getelementptr inbounds ([5 x i8]* @_ZZN4llvm4castINS_11InstructionEPNS_5ValueEEENS_10cast_rettyIT_T0_E8ret_typeERKS6_E8__func__, i64 0, i64 0), i8* getelementptr inbounds ([31 x i8]* @.str, i64 0, i64 0), i32 202, i8* getelementptr inbounds ([59 x i8]* @.str1, i64 0, i64 0)) noreturn
47 declare void @__assert_rtn(i8*, i8*, i32, i8*) noreturn
  /external/llvm/test/Transforms/LICM/
crash.ll 32 define void @test2() noreturn nounwind ssp {
67 define void @test4() noreturn nounwind {
  /external/llvm/test/Transforms/LoopStrengthReduce/
2009-04-28-no-reduce-mul.ll 41 tail call void @abort() noreturn nounwind
48 declare void @abort() noreturn nounwind
  /external/llvm/test/Transforms/ObjCARC/
retain-block-side-effects.ll 19 define void @foo() noreturn {
41 ; CHECK: attributes #0 = { noreturn }
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 134 # define S_NO_RETURN __declspec(noreturn)
138 # define S_NO_RETURN __attribute__ ((noreturn))
  /bionic/libc/arch-arm/bionic/
abort_arm.S 33 * be preserved properly regardless of GCC's assumption on the "noreturn"
  /external/clang/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 34 /// Cached set of selectors in NSException that are 'noreturn'.
  /external/clang/lib/CodeGen/
CGCall.h 172 /// Whether this function is noreturn.
173 unsigned NoReturn : 1;
214 bool isNoReturn() const { return NoReturn; }
256 ID.AddBoolean(NoReturn);
  /external/clang/test/CodeGenCXX/
typeid.cpp 46 // CHECK: attributes [[NR]] = { noreturn }
  /external/clang/test/Sema/
warn-main.c 25 // expected-warning@+6 {{function 'main' declared 'noreturn' should not return}}
  /external/compiler-rt/lib/
int_util.h 27 const char *function) __attribute__((noreturn));
  /external/iproute2/ip/
ip_common.h 16 extern void iplink_usage(void) __attribute__((noreturn));
  /external/libsepol/
Android.mk 45 -Wshadow -Wmissing-noreturn \
  /external/llvm/test/Analysis/BasicAA/
no-escape-call.ll 24 declare void @abort() noreturn nounwind
  /external/llvm/test/CodeGen/X86/
lsr-overflow.ll 29 define void @func_37() noreturn nounwind readonly {
  /external/llvm/test/Transforms/InstCombine/
objsize-64.ll 37 tail call void @__cxa_call_unexpected(i8* %2) noreturn nounwind
  /external/llvm/test/Transforms/LoopUnswitch/
2012-05-20-Phi.ll 10 define void @func() noreturn nounwind uwtable {
  /external/webkit/Source/JavaScriptCore/wtf/
AlwaysInline.h 63 #define NO_RETURN __declspec(noreturn)
  /external/webkit/Tools/MiniBrowser/qt/
utils.h 36 #define NO_RETURN __declspec(noreturn)
  /external/webkit/Tools/QtTestBrowser/
utils.h 35 #define NO_RETURN __declspec(noreturn)
  /ndk/sources/cxx-stl/llvm-libc++/include/
__config 199 # define _LIBCPP_NORETURN [[noreturn]]
201 # define _LIBCPP_NORETURN __attribute__ ((noreturn))
296 #define _LIBCPP_NORETURN __attribute__((noreturn))
376 #define _LIBCPP_NORETURN __declspec(noreturn)
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.exception/except.nested/
rethrow_nested.pass.cpp 14 // void rethrow_nested [[noreturn]] () const;
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.exception/propagation/
rethrow_exception.pass.cpp 12 // void rethrow_exception [[noreturn]] (exception_ptr p);

Completed in 868 milliseconds

1 2 3 4 5 6 78 91011>>