HomeSort by relevance Sort by last modified time
    Searched defs:unreachable (Results 1 - 16 of 16) sorted by null

  /external/clang/test/Profile/
cxx-throws.cpp 67 void unreachable(int i) { function
90 unreachable(1);
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 28 MsgHandler unreachable(unsigned int pID);
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) { function in class:mcld
42 return getDiagnosticEngine().report(pID, DiagnosticEngine::Unreachable);
  /art/test/542-inline-trycatch/src/
Main.java 53 unreachable(); method
59 unreachable(); method
80 unreachable(); method
87 unreachable(); method
93 unreachable(); method
98 unreachable(); method
126 unreachable(); method
133 unreachable(); method
171 private static void unreachable() { method in class:Main
172 throw new Error("Unreachable");
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 32 "The # of unreachable blocks in analyzing top level functions");
72 unsigned total = 0, unreachable = 0; local
78 // Check if the block is unreachable
80 ++unreachable;
84 // We never 'reach' the entry block, so correct the unreachable count
85 unreachable--;
88 unreachable--;
105 NumBlocksUnreachable += unreachable;
109 output << " -> Total CFGBlocks: " << total << " | Unreachable CFGBlocks: "
110 << unreachable << " | Exhausted Block:
    [all...]
  /external/jemalloc/include/jemalloc/internal/
util.h 74 # define unreachable() __builtin_unreachable() macro
76 # define unreachable() macro
81 # define unreachable() macro
  /external/libunwind/include/
libunwind_i.h 92 # define unreachable() __builtin_unreachable() macro
94 # define unreachable() do { } while (1) macro
  /external/iputils/
traceroute6.c 70 * unreachable" (which means we got to "host") or hit a max (which
137 * sends an unreachable message using whatever ttl remains in the
173 * network or protocol unreachable, respectively), !S or !F (source
176 * almost all the probes result in some kind of unreachable, traceroute
596 int unreachable = 0; local
626 ++unreachable;
630 ++unreachable;
635 ++unreachable;
649 (unreachable > 0 && unreachable >= nprobes-1)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 2537 static void unreachable() { function in namespace:__tsan
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 1005 milliseconds