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

<<21222324252627282930>>

  /external/iproute2/ip/
xfrm_monitor.c 36 static void usage(void) __attribute__((noreturn));
  /external/iptables/iptables/
ip6tables-restore.c 45 static void print_usage(const char *name, const char *version) __attribute__((noreturn));
iptables-restore.c 42 static void print_usage(const char *name, const char *version) __attribute__((noreturn));
  /external/iputils/
tracepath.c 297 static void usage(void) __attribute((noreturn));
  /external/libpcap/
gencode.h 346 __attribute__((noreturn))
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp 52 // WebAssembly type-checks expressions, but a noreturn function with a return
  /external/llvm/test/CodeGen/PowerPC/
ppc-shrink-wrapping.ll 489 ; Make sure we do not insert unreachable code after noreturn function.
493 ; CHECK-LABEL: noreturn:
511 define i32 @noreturn(i8 signext %bad_thing) {
526 attributes #0 = { noreturn nounwind }
  /external/llvm/test/CodeGen/X86/
x86-shrink-wrapping.ll 602 ; Make sure we do not insert unreachable code after noreturn function.
606 ; CHECK-LABEL: noreturn:
624 define i32 @noreturn(i8 signext %bad_thing) {
639 attributes #0 = { noreturn nounwind }
  /external/llvm/test/Transforms/BBVectorize/X86/
sh-rec2.ll 85 declare void @llvm.trap() noreturn nounwind
  /external/llvm/utils/
llvm.grm 159 FuncAttr ::= noreturn
  /external/tcpdump/
aclocal.m4     [all...]
config.h 318 /* define if your compiler allows __attribute__((noreturn)) to be applied to
config.h.in 341 /* define if your compiler allows __attribute__((noreturn)) to be applied to
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
__clang_cuda_runtime_wrapper.h 230 size_t __charSize) __attribute__((noreturn));
  /external/valgrind/include/
pub_tool_libcprint.h 142 __attribute__((noreturn))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
reg-notes.def 190 REG_NOTE (NORETURN)
  /toolchain/binutils/binutils-2.25/include/gdb/
ChangeLog 102 pointing to a noreturn function.
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 295 /// statement but we may return. We assume that functions not marked noreturn
411 // noreturn, that don't return. If people would like this warning to be more
412 // accurate, such functions should be marked as noreturn.
439 // Don't suggest that virtual functions be marked "noreturn", since they
440 // might be overridden by non-noreturn functions.
445 // Don't suggest that template instantiations be marked "noreturn"
512 /// of a noreturn function. We assume that functions and blocks not marked
513 /// noreturn will return.
    [all...]
  /external/clang/test/CodeGen/
catch-undef-behavior.c 192 // Reaching the end of a noreturn function is fine in C.
434 // CHECK-TRAP: attributes [[NR_NUW]] = { noreturn nounwind }
  /external/llvm/docs/Frontend/
PerformanceTips.rst 141 code in the current function, you can use a noreturn call instruction if
233 #. Mark functions as readnone/readonly/argmemonly or noreturn/nounwind when
  /external/llvm/include/llvm/IR/
Function.h 311 Attribute::NoReturn);
314 addFnAttr(Attribute::NoReturn);
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 457 // Anything which is not a noreturn function is a real def.
470 return !(Called == nullptr || !Called->hasFnAttribute(Attribute::NoReturn) ||
  /external/llvm/test/CodeGen/ARM/
2010-06-21-nondarwin-tc.ll 27 declare void @__assert_fail(i8*, i8*, i32, i8*) noreturn
131 tail call void @__assert_fail(i8* getelementptr inbounds ([45 x i8], [45 x i8]* @.str51, i32 0, i32 0), i8* getelementptr inbounds ([47 x i8], [47 x i8]* @.str8, i32 0, i32 0), i32 1141, i8* getelementptr inbounds ([116 x i8], [116 x i8]* @__PRETTY_FUNCTION__._ZNK4llvm7VarInit12getFieldInitERNS_6RecordEPKNS_9RecordValERKSs, i32 0, i32 0)) noreturn
  /external/llvm/test/DebugInfo/Generic/
incorrect-variable-debugloc.ll 60 ; Function Attrs: noreturn sanitize_address
330 attributes #0 = { noreturn sanitize_address "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-realign-stack" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /external/llvm/test/Transforms/Inline/
2009-01-13-RecursiveInlineCrash.ll 283 declare i32 @main(i32, i8** nocapture) noreturn nounwind
287 declare void @exit(i32) noreturn nounwind

Completed in 1687 milliseconds

<<21222324252627282930>>