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

  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 29 MsgHandler unreachable(unsigned int pID);
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) function in class:mcld
43 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...]

Completed in 59 milliseconds