Home
last modified time | relevance | path

Searched refs:setParent (Results 1 - 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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()
H A DBasicBlock.cpp87 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
H A DModule.cpp264 NMD->setParent(this);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSection.cpp82 F->setParent(this); in getSubsectionInsertionPoint()
118 F->setParent(this); in flushPendingLabels()
H A DMCContext.cpp359 F->setParent(Ret); in createELFSectionImpl()
533 F->setParent(Result); in getWasmSection()
567 F->setParent(Result); in getXCOFFSection()
/third_party/skia/experimental/xform/
H A DSkXform.h40 void setParent(sk_sp<Xform> p);
57 this->setParent(std::move(parent)); in Xform()
H A DSkXform.cpp27 void Xform::setParent(sk_sp<Xform> parent) { in setParent() function in Xform
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h421 void setParent(VPRegionBlock *P) { Parent = P; }
1165 Entry->setParent(this);
1166 Exit->setParent(this);
1191 EntryBlock->setParent(this);
1209 ExitBlock->setParent(this);
1558 NewBlock->setParent(BlockPtr->getParent());
1576 IfTrue->setParent(BlockPtr->getParent());
1577 IfFalse->setParent(BlockPtr->getParent());
H A DVPlanHCFGBuilder.cpp119 VPBB->setParent(TopRegion); in getOrCreateVPBB()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DResourceBundleWrapper.java171 b.setParent(parent); in instantiateBundle()
203 b.setParent(parent); in instantiateBundle()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DResourceBundleWrapper.java173 b.setParent(parent); in instantiateBundle()
205 b.setParent(parent); in instantiateBundle()
H A DICUResourceBundle.java1298 b.setParent(parent); in instantiateBundle()
1409 protected void setParent(ResourceBundle parent) { in setParent() method in ICUResourceBundle
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DArgument.h34 void setParent(Function *parent);
H A DBasicBlock.h69 void setParent(Function *parent);
H A DGlobalValue.h175 void setParent(Module *parent) {
H A DInstruction.h757 void setParent(BasicBlock *P);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DArgument.h39 void setParent(Function *parent);
H A DBasicBlock.h63 void setParent(Function *parent);
H A DGlobalValue.h153 void setParent(Module *parent) {
H A DInstruction.h576 void setParent(BasicBlock *P);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCObjectStreamer.h81 F->setParent(CurSection); in insert()
H A DMCFragment.h88 void setParent(MCSection *Value) { Parent = Value; } in setParent() function in llvm::MCFragment
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp376 void setParent(LinearizedRegion *P) { Parent = P; }
465 void setParent(RegionMRT *Region) { Parent = Region; }
492 setParent(nullptr);
518 setParent(nullptr);
676 NewMRTRegion->setParent(NewMRTParent);
682 NewMRTRegion->setParent(RegionMap[Parent]);
687 NewMBB->setParent(RegionMap[Region]);
2355 InnerRegion.setParent(CurrentRegion);
2825 LRegion->setParent(Region->getParent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp112 N->setParent(Parent);
132 N->setParent(nullptr);
152 First->setParent(Parent);
/third_party/python/Lib/xml/sax/
H A Dsaxutils.py333 def setParent(self, parent): member in XMLFilterBase

Completed in 22 milliseconds

12