HomeSort by relevance Sort by last modified time
    Searched refs:BlockEntrance (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 63 if (const BlockEntrance *BE = dyn_cast<BlockEntrance>(&P)) {
86 // There is no BlockEntrance corresponding to the exit block as well, so
UnreachableCodeChecker.cpp 79 if (const BlockEntrance *BE = dyn_cast<BlockEntrance>(&P)) {
IdempotentOperationChecker.cpp 587 else if (BlockEntrance *BEnt = dyn_cast<BlockEntrance>(&P)) {
  /external/clang/include/clang/Analysis/
ProgramPoint.h 158 class BlockEntrance : public ProgramPoint {
160 BlockEntrance(const CFGBlock *B, const LocationContext *L,
163 assert(B && "BlockEntrance requires non-null block");
465 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), 0);
471 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), 0);
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 115 if (isa<BlockEntrance>(U.getNode()->getLocation()))
233 HandleBlockEntrance(cast<BlockEntrance>(Loc), Pred);
308 BlockEntrance BE(Blk, Pred->getLocationContext());
321 void CoreEngine::HandleBlockEntrance(const BlockEntrance &L,
BugReporter.cpp     [all...]
CheckerManager.cpp 327 const ProgramPoint &L = BlockEntrance(BC.Block,
ExprEngine.cpp 246 if (isa<BlockEntrance>(Pred->getLocation()))
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 96 void HandleBlockEntrance(const BlockEntrance &E, ExplodedNode *Pred);

Completed in 1569 milliseconds