OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDst
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h
65
JITTargetAddress
getDst
() const { return Dst; }
113
if (auto EC = serializeSeq(C, DBW.
getDst
()))
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h
111
///
getDst
- Returns the destination instruction for this dependence.
113
Instruction *
getDst
() const { return Dst; }
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h
515
const CFGBlock *
getDst
() const {
/src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp
47
NodeId
getDst
(NodeId Src) const { return SrcToDst[Src]; }
49
bool hasSrc(NodeId Src) const { return
getDst
(Src).isValid(); }
74
return TheMapping.
getDst
(Id);
779
(P1.isValid() && P2.isValid() && M.
getDst
(P1) == P2);
803
NodeId Dst = M.
getDst
(Src);
931
NodeId Id2 = M.
getDst
(Id1);
Completed in 17 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026