Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h284 NodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet,
287 Frontier.Add(SrcNode); in C()
398 StmtNodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet,
401 : NodeBuilder(SrcNode, DstSet, Ctx), EnclosingBldr(Enclosing) { in NodeBuilder() argument
403 EnclosingBldr->takeNodes(SrcNode); in NodeBuilder()
453 BranchNodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet, in BranchNodeBuilder() argument
456 : NodeBuilder(SrcNode, DstSet, C), DstT(dstT), DstF(dstF), in BranchNodeBuilder()
460 takeNodes(SrcNode); in BranchNodeBuilder()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h412 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)>
413 Merger = [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) {
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp129 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)> in readFromBlob() argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp522 SDNode *SrcNode = Node->getOperand(2).getNode(); in DelayForLiveRegsBottomUp() local
523 CheckForLiveRegDef(SU, Reg, LiveRegDefs, RegAdded, LRegs, TRI, SrcNode); in DelayForLiveRegsBottomUp()
H A DScheduleDAGRRList.cpp1401 SDNode *SrcNode = Node->getOperand(2).getNode(); in DelayForLiveRegsBottomUp() local
1403 SrcNode); in DelayForLiveRegsBottomUp()