Searched refs:getDst (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp124 const CFGBlock *Exit = BE.getDst();
H A DIdempotentOperationChecker.cpp557 const CFGBlock *destBlock = BE.getDst();
588 B = BE->getDst();
/external/clang/include/clang/Analysis/
H A DProgramPoint.h397 const CFGBlock *getDst() const { function in class:clang::BlockEdge
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp285 const CFGBlock *Blk = L.getDst();
H A DExprEngineCallAndReturn.cpp111 Blk = EPP.getDst();
H A DExprEngine.cpp1978 << E.getDst()->getBlockID() << ')';
1996 const Stmt *Label = E.getDst()->getLabel();
2024 if (*E.getSrc()->succ_begin() == E.getDst())
H A DBugReporterVisitors.cpp650 return VisitTerminator(term, N, srcBlk, BE->getDst(), BR, BRC);
H A DExprEngineC.cpp527 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0;
H A DBugReporter.cpp480 const CFGBlock *Dst = BE->getDst();
1255 if (const Stmt *Loop = BE->getDst()->getLoopTarget()) {

Completed in 659 milliseconds