Home
last modified time | relevance | path

Searched refs:getDst (Results 1 – 10 of 10) sorted by relevance

/src/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp138 << ", \"dst_id\": " << E.getDst()->getBlockID() << ", \"terminator\": "; in printJson()
153 if (const Stmt *Label = E.getDst()->getLabel()) { in printJson()
181 << (*E.getSrc()->succ_begin() == E.getDst() ? "true" : "false"); in printJson()
/src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp48 NodeId getDst(NodeId Src) const { return SrcToDst[Src]; } in getDst() function in clang::diff::__anon0b30a76b0111::Mapping
50 bool hasSrc(NodeId Src) const { return getDst(Src).isValid(); } in hasSrc()
75 return TheMapping.getDst(Id); in getMapped()
778 (P1.isValid() && P2.isValid() && M.getDst(P1) == P2); in haveSameParents()
802 NodeId Dst = M.getDst(Src); in getJaccardSimilarity()
930 NodeId Id2 = M.getDst(Id1); in computeChangeKinds()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp120 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp122 NodeBuilderContext BuilderCtx(*this, StartLoc.getDst(), Node); in ExecuteWorkList()
226 const CFGBlock *Blk = L.getDst(); in HandleBlockEdge()
238 L.getDst() == *L.getSrc()->succ_begin()) { in HandleBlockEdge()
H A DExprEngineC.cpp708 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
H A DBugReporter.cpp875 const CFGBlock *Dst = BE.getDst(); in generateMinimalDiagForBlockEdge()
1030 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
H A DBugReporterVisitors.cpp2170 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr()
2803 return VisitTerminator(Term, N, SrcBlock, BE->getDst(), BR, BRC); in VisitNodeImpl()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h112 Instruction *getDst() const { return Dst; } in getDst() function
/src/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h510 const CFGBlock *getDst() const { in getDst() function
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp4029 Instruction *Dst = Dep.getDst(); in getSplitIteration()