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 78 if (Optional<BlockEntrance> BE = P.getAs<BlockEntrance>()) {
  /external/clang/include/clang/Analysis/
ProgramPoint.h 216 class BlockEntrance : public ProgramPoint {
218 BlockEntrance(const CFGBlock *B, const LocationContext *L,
221 assert(B && "BlockEntrance requires non-null block");
235 BlockEntrance() {}
686 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), nullptr);
692 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), nullptr);
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 118 if (U.getNode()->getLocation().getAs<BlockEntrance>())
251 HandleBlockEntrance(Loc.castAs<BlockEntrance>(), Pred);
322 BlockEntrance BE(Blk, Pred->getLocationContext());
335 void CoreEngine::HandleBlockEntrance(const BlockEntrance &L,
ExprEngineC.cpp 561 while (!N->getLocation().getAs<BlockEntrance>()) {
686 if (PP.getAs<PreStmtPurgeDeadSymbols>() || PP.getAs<BlockEntrance>()) {
    [all...]
BugReporter.cpp     [all...]
CheckerManager.cpp 429 const ProgramPoint &L = BlockEntrance(BC.Block,
ExprEngine.cpp 326 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 143 milliseconds