Home
last modified time | relevance | path

Searched refs:unreachable (Results 1 – 25 of 134) sorted by relevance

123456

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp72 unsigned total = 0, unreachable = 0; in checkEndAnalysis() local
80 ++unreachable; in checkEndAnalysis()
85 unreachable--; in checkEndAnalysis()
88 unreachable--; in checkEndAnalysis()
104 NumBlocksUnreachable += unreachable; in checkEndAnalysis()
109 << unreachable << " | Exhausted Block: " in checkEndAnalysis()
/openbsd/usr.sbin/traceroute/
H A Dworker.c779 ++(*unreachable); in icmp4_code()
784 ++(*unreachable); in icmp4_code()
794 ++(*unreachable); in icmp4_code()
799 ++(*unreachable); in icmp4_code()
804 ++(*unreachable); in icmp4_code()
809 ++(*unreachable); in icmp4_code()
814 ++(*unreachable); in icmp4_code()
820 ++(*unreachable); in icmp4_code()
825 ++(*unreachable); in icmp4_code()
831 ++(*unreachable); in icmp4_code()
[all …]
H A Dtraceroute.h135 int unreachable; member
/openbsd/gnu/llvm/libcxx/include/__utility/
H A Dunreachable.h28 [[noreturn]] _LIBCPP_HIDE_FROM_ABI inline void unreachable() { __libcpp_unreachable(); } in unreachable() function
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc56 UBSAN_CHECK(UnreachableCall, "unreachable-call", "unreachable")
/openbsd/gnu/llvm/llvm/docs/
H A DFAQ.rst209 …g turn a call to a function with a mismatched calling convention into "unreachable"? Why not make …
234 unreachable
319 to delete the broken call as unreachable. However, since
320 ``instcombine``/``simplifycfg`` turns the undefined call into unreachable, we
321 end up with a branch on a condition that goes to unreachable: a branch to
322 unreachable can never happen, so "``-inline -instcombine -simplifycfg``" is
H A DFaultMaps.rst81 unreachable
96 unreachable
H A DBugpointRedesign.md92 passes (e.g. a lot of unreachable blocks), and sometimes even fails to minimize
H A DExceptionHandling.rst643 unreachable
684 to label %unreachable unwind label %catch.dispatch
692 to label %unreachable unwind label %catch.dispatch2
707 unreachable: ; preds = %catch, %entry
708 unreachable
H A DCoverageMappingFormat.rst207 unreachable statements and expressions, like in the example below:
216 counts for the unreachable lines and highlight the unreachable code.
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsched-rgn.c381 int i, unreachable, num_edges; local
393 unreachable = 0;
399 unreachable = 1;
420 return unreachable;
631 int num_bbs, num_insns, unreachable; local
774 unreachable = 0;
778 unreachable = 1;
798 if (!unreachable)
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td109 defm UNREACHABLE : NRI<(outs), (ins), [(trap)], "unreachable", 0x00>;
120 defm DEBUG_UNREACHABLE : NRI<(outs), (ins), [(debugtrap)], "unreachable", 0x00>;
/openbsd/gnu/llvm/lld/docs/
H A DWebAssembly.rst158 trap at runtime (functions that contain only an ``unreachable`` instruction)
242 will generate function a stub containing only the ``unreachable`` instruction
246 on ``unreachable`` inside and linker-generated function called
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-06-01-GCCOptimizations.txt15 2 . [t] Delete unreachable code
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-extract.rst19 :program:`llvm-extract` will also remove unreachable global variables,
/openbsd/gnu/llvm/lldb/docs/resources/
H A Dcontributing.rst81 actually unreachable code such as the default in an otherwise
/openbsd/gnu/llvm/llvm/lib/Support/Windows/
H A DMemory.inc49 // so mapping less than that will create an unreachable fragment of memory.
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSanitizers.def107 SANITIZER("unreachable", Unreachable)
H A DDiagnosticGroups.td868 def UnreachableCodeLoopIncrement : DiagGroup<"unreachable-code-loop-increment">;
869 def UnreachableCodeFallthrough : DiagGroup<"unreachable-code-fallthrough">;
870 def UnreachableCodeGenericAssoc : DiagGroup<"unreachable-code-generic-assoc">;
871 def UnreachableCode : DiagGroup<"unreachable-code",
875 def UnreachableCodeBreak : DiagGroup<"unreachable-code-break">;
876 def UnreachableCodeReturn : DiagGroup<"unreachable-code-return">;
877 def UnreachableCodeAggressive : DiagGroup<"unreachable-code-aggressive",
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dpasses.texi222 @cindex unreachable code
227 unreferenced labels and unreachable code, except that unreachable code
228 that contains a loop is not recognized as unreachable in this pass.
389 into basic blocks (and in the process deletes unreachable loops); then
/openbsd/gnu/llvm/llvm/utils/vim/syntax/
H A Dllvm.vim36 syn keyword llvmStatement uitofp ule ult umax umin une uno unreachable unwind
/openbsd/gnu/gcc/gcc/
H A Dsched-rgn.c511 int num_bbs, num_insns, unreachable; in find_rgns() local
656 unreachable = 0; in find_rgns()
660 unreachable = 1; in find_rgns()
673 if (!unreachable) in find_rgns()
/openbsd/gnu/llvm/llvm/docs/Frontend/
H A DPerformanceTips.rst139 an invoke with a normal destination which contains an unreachable
144 an invoke with an unreachable unwind destination to a call instruction.
/openbsd/gnu/llvm/clang/docs/
H A DUndefinedBehaviorSanitizer.rst168 - ``-fsanitize=unreachable``: If control flow reaches an unreachable
/openbsd/gnu/llvm/llvm/utils/
H A Dllvm.grm369 | unreachable ) ^ "\n";

123456