Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h65 JITTargetAddress getDst() const { return Dst; } in getDst() function
113 if (auto EC = serializeSeq(C, DBW.getDst())) in serialize()
H A DOrcRemoteTargetServer.h435 << format("0x%016x", DBW.getDst()) << "\n"); in handleWriteMem()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp47 NodeId getDst(NodeId Src) const { return SrcToDst[Src]; } in getDst() function in clang::diff::__anon882437210111::Mapping
49 bool hasSrc(NodeId Src) const { return getDst(Src).isValid(); } in hasSrc()
74 return TheMapping.getDst(Id); in getMapped()
779 (P1.isValid() && P2.isValid() && M.getDst(P1) == P2); in haveSameParents()
803 NodeId Dst = M.getDst(Src); in getJaccardSimilarity()
931 NodeId Id2 = M.getDst(Id1); in computeChangeKinds()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp113 NodeBuilderContext BuilderCtx(*this, StartLoc.getDst(), Node); in ExecuteWorkList()
209 const CFGBlock *Blk = L.getDst(); in HandleBlockEdge()
221 L.getDst() == *L.getSrc()->succ_begin()) { in HandleBlockEdge()
H A DBugReporterVisitors.cpp1964 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr()
2300 return VisitTerminator(Term, N, SrcBlock, BE->getDst(), BR, BRC); in VisitNodeImpl()
H A DExprEngineC.cpp722 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
H A DBugReporter.cpp862 const CFGBlock *Dst = BE.getDst(); in generateMinimalDiagForBlockEdge()
1017 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp123 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h113 Instruction *getDst() const { return Dst; } in getDst() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h515 const CFGBlock *getDst() const { in getDst() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3935 Instruction *Dst = Dep.getDst(); in getSplitIteration()