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

  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 31 MsgHandler unreachable(unsigned int pID);
44 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) function in class:mcld
46 return getDiagnosticEngine().report(pID, DiagnosticEngine::Unreachable);
  /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/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 1895 static void unreachable() { function in namespace:__tsan
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 364 milliseconds