Searched refs:SrcNode (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/BinaryFormat/ |
| H A D | MsgPackDocumentTest.cpp | 47 [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) { in TEST() argument 51 SrcNode.getKind() == Type::Int) { in TEST() 53 DestNode->getInt() | SrcNode.getInt()); in TEST() 56 return DestNode->isArray() && SrcNode.isArray() ? 0 in TEST() 83 [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) { in TEST() argument 85 return DestNode->isArray() && SrcNode.isArray() in TEST() 127 [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) { in TEST() argument 128 return DestNode->isMap() && SrcNode.isMap() ? 0 : -1; in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CoreEngine.h | 278 NodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet, 281 Frontier.Add(SrcNode); in C() 392 StmtNodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet, 395 : NodeBuilder(SrcNode, DstSet, Ctx), EnclosingBldr(Enclosing) { in NodeBuilder() argument 397 EnclosingBldr->takeNodes(SrcNode); in NodeBuilder() 447 BranchNodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet, in BranchNodeBuilder() argument 450 : NodeBuilder(SrcNode, DstSet, C), DstT(dstT), DstF(dstF), in BranchNodeBuilder() 454 takeNodes(SrcNode); in BranchNodeBuilder()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 412 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)> 413 Merger = [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) {
|
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocument.cpp | 129 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)> in readFromBlob() argument
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGFast.cpp | 521 SDNode *SrcNode = Node->getOperand(2).getNode(); in DelayForLiveRegsBottomUp() local 522 CheckForLiveRegDef(SU, Reg, LiveRegDefs, RegAdded, LRegs, TRI, SrcNode); in DelayForLiveRegsBottomUp()
|
| H A D | ScheduleDAGRRList.cpp | 1397 SDNode *SrcNode = Node->getOperand(2).getNode(); in DelayForLiveRegsBottomUp() local 1399 SrcNode); in DelayForLiveRegsBottomUp()
|