/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | SymbolTableListTraitsImpl.h | 66 V->setParent(Owner); in addNodeToList() 75 V->setParent(nullptr); in removeNodeFromList() 99 V.setParent(NewIP); in transferNodesFromList() 107 first->setParent(NewIP); in transferNodesFromList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSection.cpp | 82 F->setParent(this); in getSubsectionInsertionPoint() 118 F->setParent(this); in flushPendingLabels()
|
D | MCContext.cpp | 359 F->setParent(Ret); in createELFSectionImpl() 533 F->setParent(Result); in getWasmSection() 567 F->setParent(Result); in getXCOFFSection()
|
/third_party/flutter/skia/experimental/xform/ |
D | SkXform.h | 40 void setParent(sk_sp<Xform> p); 57 this->setParent(std::move(parent));
|
D | SkXform.cpp | 27 void Xform::setParent(sk_sp<Xform> parent) { in setParent() function in Xform
|
/third_party/skia/experimental/xform/ |
D | SkXform.h | 40 void setParent(sk_sp<Xform> p); 57 this->setParent(std::move(parent));
|
D | SkXform.cpp | 27 void Xform::setParent(sk_sp<Xform> parent) { in setParent() function in Xform
|
/third_party/flutter/engine/flutter/flow/ohos_layers/ |
D | container_layer.cpp | 16 layer->setParent(this); in Add()
|
D | layer.h | 39 void setParent(ContainerLayer* parent) in setParent() function
|
/third_party/typescript/src/compiler/factory/ |
D | utilities.ts | 33 setParent(react, getParseTreeNode(parent)); 164 …const right = setParent(setTextRange(factory.cloneNode(node.right), node.right), node.right.parent… 169 return setParent(setTextRange(factory.cloneNode(node), node), node.parent); 179 …return setParent(setTextRange(factory.cloneNode(memberName.expression), memberName.expression), me… 183 … return setParent(setTextRange(factory.cloneNode(memberName), memberName), memberName.parent);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 421 void setParent(VPRegionBlock *P) { Parent = P; } in setParent() function 1165 Entry->setParent(this); in VPBlockBase() 1166 Exit->setParent(this); in VPBlockBase() 1191 EntryBlock->setParent(this); in setEntry() 1209 ExitBlock->setParent(this); in setExit() 1558 NewBlock->setParent(BlockPtr->getParent()); 1576 IfTrue->setParent(BlockPtr->getParent()); 1577 IfFalse->setParent(BlockPtr->getParent());
|
D | VPlanHCFGBuilder.cpp | 119 VPBB->setParent(TopRegion); in getOrCreateVPBB()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ResourceBundleWrapper.java | 173 b.setParent(parent); in instantiateBundle() 205 b.setParent(parent); in instantiateBundle()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ResourceBundleWrapper.java | 171 b.setParent(parent); in instantiateBundle() 203 b.setParent(parent); in instantiateBundle()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Argument.h | 34 void setParent(Function *parent);
|
D | BasicBlock.h | 69 void setParent(Function *parent);
|
D | GlobalValue.h | 175 void setParent(Module *parent) { in setParent() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Argument.h | 39 void setParent(Function *parent);
|
D | BasicBlock.h | 63 void setParent(Function *parent);
|
D | Instruction.h | 576 void setParent(BasicBlock *P);
|
D | GlobalValue.h | 153 void setParent(Module *parent) { in setParent() function
|
/third_party/typescript/src/compiler/ |
D | binder.ts | 21 setParent(node.body, node); 120 setParent(statement, p); 474 setParent(node.name, node); 1530 setParent(node, parent); 1694 setParent(node.tagName, node); 1696 setParent(node.fullName, node); 2434 setParent(node, parent); 2493 setParent(j, node); 2845 setParent(node.exportClause, node); 2898 setParent(node.left, node); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 81 F->setParent(CurSection); in insert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineCFGStructurizer.cpp | 376 void setParent(LinearizedRegion *P) { Parent = P; } in setParent() function in __anonf7505d060211::LinearizedRegion 465 void setParent(RegionMRT *Region) { Parent = Region; } in setParent() function in __anonf7505d060211::MRT 492 setParent(nullptr); in MBBMRT() 518 setParent(nullptr); in RegionMRT() 676 NewMRTRegion->setParent(NewMRTParent); in buildMRT() 682 NewMRTRegion->setParent(RegionMap[Parent]); in buildMRT() 687 NewMBB->setParent(RegionMap[Region]); in buildMRT() 2355 InnerRegion.setParent(CurrentRegion); in createIfRegion() 2825 LRegion->setParent(Region->getParent() in createLinearizedRegion()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | linked_scroll_view_test.dart | 27 void setParent(ScrollController newParent) { 279 _beforeController.setParent(PrimaryScrollController.of(context)); 280 _afterController.setParent(PrimaryScrollController.of(context));
|