HomeSort by relevance Sort by last modified time
    Searched full:noreturn (Results 251 - 275 of 830) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_default_handlers.cpp 24 __attribute__((noreturn))
80 __attribute__((noreturn))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 192 __declspec(noreturn) __attribute__ ((__nothrow__)) void __cdecl ms_longjmp(jmp_buf _Buf,int _Value)/* throw(...)*/;
193 __declspec(noreturn) __attribute__ ((__nothrow__)) void __cdecl longjmp(jmp_buf _Buf,int _Value);
assert.h 40 void __cdecl __declspec(noreturn) abort(void);
  /art/test/136-daemon-jni-shutdown/
daemon_jni_shutdown.cc 58 // Use env != nullptr to trick noreturn.
  /bionic/libc/arch-arm/bionic/
abort_arm.S 33 * be preserved properly regardless of GCC's assumption on the "noreturn"
  /external/avahi/avahi-common/
gccmacro.h 59 #define AVAHI_GCC_NORETURN __attribute__((noreturn))
  /external/avahi/avahi-core/
Android.mk 64 -Wmissing-noreturn \
  /external/clang/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 34 /// Cached set of selectors in NSException that are 'noreturn'.
  /external/clang/test/CXX/except/except.spec/
p4.cpp 39 // Make sure this restriction interacts properly with __attribute__((noreturn))
  /external/clang/test/Sema/
warn-main.c 24 // expected-warning@+5 {{function 'main' declared 'noreturn' should not return}}
  /external/compiler-rt/test/asan/TestCases/Linux/
clone_test.cc 20 _exit(1); // NoReturn, stack will remain unpoisoned unless we do something.
  /external/libcxx/test/std/language.support/support.exception/except.nested/
rethrow_nested.pass.cpp 14 // void rethrow_nested [[noreturn]] () const;
  /external/libcxx/test/std/language.support/support.exception/propagation/
rethrow_exception.pass.cpp 12 // void rethrow_exception [[noreturn]] (exception_ptr p);
  /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 {
win64_call_epi.ll 27 ; Check for 'ud2' after noreturn call
  /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/selinux/policycoreutils/mcstrans/src/
Makefile 26 CFLAGS ?= -Wall -W -Wundef -Wmissing-noreturn -Wmissing-format-attribute
  /external/tpm2/include/tpm2/
TpmBuildSwitches.h 64 #define _No_Return_ __declspec(noreturn)
  /external/valgrind/coregrind/m_aspacemgr/
priv_aspacemgr.h 68 __attribute__ ((noreturn))
70 __attribute__ ((noreturn))
72 __attribute__ ((noreturn))
75 __attribute__ ((noreturn))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
rethrow_nested.pass.cpp 14 // void rethrow_nested [[noreturn]] () const;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/
rethrow_exception.pass.cpp 12 // void rethrow_exception [[noreturn]] (exception_ptr p);
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
crt_stm32f4xx.c 114 void __attribute__((noreturn)) IntDefaultHandler(void)
125 void __attribute__((noreturn)) ResetISR(void);
126 void __attribute__((noreturn)) ResetISR(void)
  /external/clang/lib/StaticAnalyzer/Checkers/
NoReturnFunctionChecker.cpp 54 // HACK: Some functions are not marked noreturn, and don't return.
103 // Eventually these should be annotated with __attribute__((noreturn)).
106 // see if you can mark the methods noreturn or analyzer_noreturn instead of

Completed in 877 milliseconds

<<11121314151617181920>>