/external/llvm/lib/Target/X86/ |
X86JITInfo.cpp | 514 // noreturn function call, confusing LLVMX86CompilationCallback2. PR 4929.
|
/external/llvm/test/CodeGen/ARM/ |
2008-04-10-ScavengerAssert.ll | 23 define void @main(i32 %argc, i8** %argv) noreturn {
|
/external/llvm/test/CodeGen/X86/ |
crash.ll | 159 define void @func_59(i32 %p_63) noreturn nounwind {
|
/external/llvm/utils/TableGen/ |
IntrinsicEmitter.cpp | 600 OS << " AttrVec.push_back(Attribute::NoReturn);\n";
|
/external/stlport/stlport/stl/config/ |
features.h | 863 * the noreturn functions in throwing functions taking also into account [all...] |
/external/valgrind/main/coregrind/ |
fixup_macho_loadcmds.c | 125 __attribute__((noreturn))
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-amd64-darwin.c | 272 __attribute__((noreturn))
|
syswrap-x86-darwin.c | 227 __attribute__((noreturn))
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 863 * the noreturn functions in throwing functions taking also into account [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngconf.h | 371 # define PNG_NORETURN __declspec(noreturn)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
langhooks.h | 378 /* Determines if it's ok for a function to have no noreturn attribute. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
langhooks.h | 378 /* Determines if it's ok for a function to have no noreturn attribute. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
langhooks.h | 378 /* Determines if it's ok for a function to have no noreturn attribute. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
langhooks.h | 378 /* Determines if it's ok for a function to have no noreturn attribute. */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 863 * the noreturn functions in throwing functions taking also into account [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 863 * the noreturn functions in throwing functions taking also into account [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 863 * the noreturn functions in throwing functions taking also into account [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 863 * the noreturn functions in throwing functions taking also into account [all...] |
/external/clang/include/clang/AST/ |
Type.h | [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf3.c | 172 void (*barf)( HChar* ) __attribute__((noreturn)); 188 __attribute__((noreturn)) void (*barf)( HChar* ), 380 void (*barf)( HChar* ) __attribute__((noreturn)); [all...] |
/external/clang/lib/Analysis/ |
CFG.cpp | 721 /// createNoReturnBlock - Used to create a block is a 'noreturn' point in the [all...] |
/external/iptables/iptables/ |
ip6tables.c | 132 void ip6tables_exit_error(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, format(printf,2,3))); 195 static void __attribute__((noreturn)) [all...] |
iptables.c | 131 void iptables_exit_error(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, format(printf,2,3))); 208 static void __attribute__((noreturn)) [all...] |
/external/llvm/lib/CodeGen/ |
MachineVerifier.cpp | 552 // It's possible that the block legitimately ends with a noreturn 556 // It's possible that the block legitimately ends with a noreturn [all...] |
/external/llvm/test/Bindings/Ocaml/ |
vmcore.ml | 671 add_function_attr f Attribute.Noreturn; 672 remove_function_attr f Attribute.Noreturn; [all...] |