Home
last modified time | relevance | path

Searched refs:SrcNode (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h275 NodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet,
278 Frontier.Add(SrcNode); in C()
389 StmtNodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet,
392 : NodeBuilder(SrcNode, DstSet, Ctx), EnclosingBldr(Enclosing) { in NodeBuilder() argument
394 EnclosingBldr->takeNodes(SrcNode); in NodeBuilder()
444 BranchNodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet, in BranchNodeBuilder() argument
447 : NodeBuilder(SrcNode, DstSet, C), DstT(dstT), DstF(dstF), in BranchNodeBuilder()
451 takeNodes(SrcNode); in BranchNodeBuilder()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h429 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)>
430 Merger = [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp517 SDNode *SrcNode = Node->getOperand(2).getNode(); in DelayForLiveRegsBottomUp() local
518 CheckForLiveRegDef(SU, Reg, LiveRegDefs, RegAdded, LRegs, TRI, SrcNode); in DelayForLiveRegsBottomUp()
H A DScheduleDAGRRList.cpp1394 SDNode *SrcNode = Node->getOperand(2).getNode(); in DelayForLiveRegsBottomUp() local
1396 SrcNode); in DelayForLiveRegsBottomUp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp133 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)> in readFromBlob() argument