Home
last modified time | relevance | path

Searched refs:setParent (Results 1 – 25 of 58) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSymbolTableListTraitsImpl.h66 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/
DMCSection.cpp82 F->setParent(this); in getSubsectionInsertionPoint()
118 F->setParent(this); in flushPendingLabels()
DMCContext.cpp359 F->setParent(Ret); in createELFSectionImpl()
533 F->setParent(Result); in getWasmSection()
567 F->setParent(Result); in getXCOFFSection()
/third_party/flutter/skia/experimental/xform/
DSkXform.h40 void setParent(sk_sp<Xform> p);
57 this->setParent(std::move(parent));
DSkXform.cpp27 void Xform::setParent(sk_sp<Xform> parent) { in setParent() function in Xform
/third_party/skia/experimental/xform/
DSkXform.h40 void setParent(sk_sp<Xform> p);
57 this->setParent(std::move(parent));
DSkXform.cpp27 void Xform::setParent(sk_sp<Xform> parent) { in setParent() function in Xform
/third_party/flutter/engine/flutter/flow/ohos_layers/
Dcontainer_layer.cpp16 layer->setParent(this); in Add()
Dlayer.h39 void setParent(ContainerLayer* parent) in setParent() function
/third_party/typescript/src/compiler/factory/
Dutilities.ts33 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/
DVPlan.h421 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());
DVPlanHCFGBuilder.cpp119 VPBB->setParent(TopRegion); in getOrCreateVPBB()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DResourceBundleWrapper.java173 b.setParent(parent); in instantiateBundle()
205 b.setParent(parent); in instantiateBundle()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DResourceBundleWrapper.java171 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/
DArgument.h34 void setParent(Function *parent);
DBasicBlock.h69 void setParent(Function *parent);
DGlobalValue.h175 void setParent(Module *parent) { in setParent() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h39 void setParent(Function *parent);
DBasicBlock.h63 void setParent(Function *parent);
DInstruction.h576 void setParent(BasicBlock *P);
DGlobalValue.h153 void setParent(Module *parent) { in setParent() function
/third_party/typescript/src/compiler/
Dbinder.ts21 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/
DMCObjectStreamer.h81 F->setParent(CurSection); in insert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp376 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/
Dlinked_scroll_view_test.dart27 void setParent(ScrollController newParent) {
279 _beforeController.setParent(PrimaryScrollController.of(context));
280 _afterController.setParent(PrimaryScrollController.of(context));

123