HomeSort by: relevance | last modified time | path
    Searched refs:BlockEntrance (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
WorkList.cpp 101 if (U.getNode()->getLocation().getAs<BlockEntrance>())
151 auto BE = N->getLocation().getAs<BlockEntrance>();
233 if (auto BE = N->getLocation().getAs<BlockEntrance>()) {
295 if (auto BE = N->getLocation().getAs<BlockEntrance>())
LoopUnrolling.cpp 248 if (Optional<BlockEntrance> BE = P.getAs<BlockEntrance>())
CoreEngine.cpp 162 HandleBlockEntrance(Loc.castAs<BlockEntrance>(), Pred);
263 BlockEntrance BE(Blk, Pred->getLocationContext());
276 void CoreEngine::HandleBlockEntrance(const BlockEntrance &L,
ExplodedGraph.cpp 293 if (auto BEP = P.getAs<BlockEntrance>())
ExprEngineC.cpp 689 while (!N->getLocation().getAs<BlockEntrance>()) {
814 if (PP.getAs<PreStmtPurgeDeadSymbols>() || PP.getAs<BlockEntrance>()) {
BugReporter.cpp 2364 if (Optional<BlockEntrance> BE = ProgP.getAs<BlockEntrance>()) {
ExprEngine.cpp 672 if (Pred->getLocation().getAs<BlockEntrance>())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 62 if (Optional<BlockEntrance> BE = P.getAs<BlockEntrance>()) {
85 // There is no BlockEntrance corresponding to the exit block as well, so
UnreachableCodeChecker.cpp 77 if (Optional<BlockEntrance> BE = P.getAs<BlockEntrance>()) {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h 225 class BlockEntrance : public ProgramPoint {
227 BlockEntrance(const CFGBlock *B, const LocationContext *L,
230 assert(B && "BlockEntrance requires non-null block");
244 BlockEntrance() = default;
759 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), nullptr);
765 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), nullptr);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ProgramPoint.cpp 61 Out << "BlockEntrance\""
63 << castAs<BlockEntrance>().getBlock()->getBlockID();
PathDiagnostic.cpp 713 } else if (Optional<BlockEntrance> BE = P.getAs<BlockEntrance>()) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 108 void HandleBlockEntrance(const BlockEntrance &E, ExplodedNode *Pred);

Completed in 24 milliseconds