Searched refs:getDst (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 138 << ", \"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 D | OrcRemoteTargetRPCAPI.h | 65 JITTargetAddress getDst() const { return Dst; } in getDst() function 113 if (auto EC = serializeSeq(C, DBW.getDst())) in serialize()
|
| H A D | OrcRemoteTargetServer.h | 435 << format("0x%016x", DBW.getDst()) << "\n"); in handleWriteMem()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 47 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 D | CoreEngine.cpp | 113 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 D | BugReporterVisitors.cpp | 1964 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr() 2300 return VisitTerminator(Term, N, SrcBlock, BE->getDst(), BR, BRC); in VisitNodeImpl()
|
| H A D | ExprEngineC.cpp | 722 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
|
| H A D | BugReporter.cpp | 862 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 D | AnalyzerStatsChecker.cpp | 123 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 113 Instruction *getDst() const { return Dst; } in getDst() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 515 const CFGBlock *getDst() const { in getDst() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 3935 Instruction *Dst = Dep.getDst(); in getSplitIteration()
|