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 (Optional<BlockEntrance> BE = P.getAs<BlockEntrance>()) {
86 // There is no BlockEntrance corresponding to the exit block as well, so
UnreachableCodeChecker.cpp 82 if (Optional<BlockEntrance> BE = P.getAs<BlockEntrance>()) {
  /external/clang/include/clang/Analysis/
ProgramPoint.h 193 class BlockEntrance : public ProgramPoint {
195 BlockEntrance(const CFGBlock *B, const LocationContext *L,
198 assert(B && "BlockEntrance requires non-null block");
212 BlockEntrance() {}
680 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), nullptr);
686 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), nullptr);
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 117 if (U.getNode()->getLocation().getAs<BlockEntrance>())
237 HandleBlockEntrance(Loc.castAs<BlockEntrance>(), Pred);
309 BlockEntrance BE(Blk, Pred->getLocationContext());
322 void CoreEngine::HandleBlockEntrance(const BlockEntrance &L,
ExprEngineC.cpp 525 while (!N->getLocation().getAs<BlockEntrance>()) {
650 if (PP.getAs<PreStmtPurgeDeadSymbols>() || PP.getAs<BlockEntrance>()) {
    [all...]
BugReporter.cpp     [all...]
CheckerManager.cpp 368 const ProgramPoint &L = BlockEntrance(BC.Block,
ExprEngine.cpp 315 if (Pred->getLocation().getAs<BlockEntrance>())
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 92 void HandleBlockEntrance(const BlockEntrance &E, ExplodedNode *Pred);

Completed in 990 milliseconds