Home
last modified time | relevance | path

Searched refs:SetParent (Results 1 – 25 of 50) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/opt/
Dfunction.cpp39 bb->SetParent(clone); in Clone()
92 new_block->SetParent(this); in InsertBasicBlockAfter()
Dloop_descriptor.h172 nested->SetParent(this); in AddNestedLoop()
271 loop->SetParent(nullptr); in RemoveChildLoop()
297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
Dinline_exhaustive_pass.cpp47 bb->SetParent(func); in InlineExhaustive()
Dinstrument_pass.cpp482 new_blk_ptr->SetParent(&*output_func); in GetStreamWriteFunctionId()
497 new_blk_ptr->SetParent(&*output_func); in GetStreamWriteFunctionId()
503 new_blk_ptr->SetParent(&*output_func); in GetStreamWriteFunctionId()
549 bb->SetParent(func); in InstrumentFunction()
Dloop_utils.cpp359 exit.SetParent(function); in CreateLoopDedicatedExits()
499 new_exit_bb->SetParent(loop_->GetMergeBlock()->GetParent()); in CloneAndAttachLoopToHeader()
565 new_bb->SetParent(&function_); in CloneLoop()
Dir_loader.cpp158 for (auto& bb : function) bb.SetParent(&function); in EndModule()
Dmerge_return_pass.cpp157 final_return_block_->SetParent(function_); in CreateReturnBlock()
691 new_block->SetParent(function_); in CreateContinueTarget()
735 header_block->SetParent(function_); in CreateDummyLoop()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.cpp39 bb->SetParent(clone); in Clone()
140 new_block->SetParent(this); in InsertBasicBlockAfter()
Dloop_descriptor.h172 nested->SetParent(this); in AddNestedLoop()
271 loop->SetParent(nullptr); in RemoveChildLoop()
297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
Dinline_exhaustive_pass.cpp49 bb->SetParent(func); in InlineExhaustive()
Dinstrument_pass.cpp484 new_blk_ptr->SetParent(&*output_func); in GetStreamWriteFunctionId()
499 new_blk_ptr->SetParent(&*output_func); in GetStreamWriteFunctionId()
505 new_blk_ptr->SetParent(&*output_func); in GetStreamWriteFunctionId()
551 bb->SetParent(func); in InstrumentFunction()
Dloop_utils.cpp359 exit.SetParent(function); in CreateLoopDedicatedExits()
499 new_exit_bb->SetParent(loop_->GetMergeBlock()->GetParent()); in CloneAndAttachLoopToHeader()
565 new_bb->SetParent(&function_); in CloneLoop()
Dir_loader.cpp158 for (auto& bb : function) bb.SetParent(&function); in EndModule()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTreeAdaptor.cs98 SetParent(newTree, parent); in DupTree()
312 public abstract void SetParent(object t, object parent); in SetParent() method in Antlr.Runtime.Tree.BaseTreeAdaptor
DITreeAdaptor.cs301 void SetParent(object t, object parent); in SetParent() method
DCommonTreeAdaptor.cs195 public override void SetParent(object t, object parent) { in SetParent() method in Antlr.Runtime.Tree.CommonTreeAdaptor
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs229 public virtual void SetParent(object t, object parent) { in SetParent() method in Antlr.Runtime.Debug.DebugTreeAdaptor
230 adaptor.SetParent(t, parent); in SetParent()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs295 public virtual void SetParent( object t, object parent ) in SetParent() method in Antlr.Runtime.Debug.DebugTreeAdaptor
297 adaptor.SetParent( t, parent ); in SetParent()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTreeAdaptor.cs129 SetParent( newTree, parent ); in DupTree()
468 public virtual void SetParent(object t, object parent) in SetParent() method in Antlr.Runtime.Tree.BaseTreeAdaptor
DITreeAdaptor.cs321 void SetParent( object t, object parent ); in SetParent() method
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs289 void SetParent(T t, T parent); in SetParent() method
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas307 procedure SetParent(const T, Parent: IANTLRInterface);
443 procedure SetParent(const Value: ITree); procedure
495 property Parent: ITree read GetParent write SetParent;
542 procedure SetParent(const Value: ITree); procedure
584 property Parent: ITree read GetParent write SetParent;
1139 procedure SetParent(const Value: ITree); virtual;
1226 procedure SetParent(const Value: ITree); override; procedure
1300 procedure SetParent(const T, Parent: IANTLRInterface); virtual; abstract; procedure
1329 procedure SetParent(const T, Parent: IANTLRInterface); override; procedure
2407 procedure TBaseTree.SetParent(const Value: ITree); procedure
[all …]
/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.h47 void SetParent(CFWL_Widget* pParent, CFWL_Widget* pChild);
Dcfwl_widget.h79 void SetParent(CFWL_Widget* pParent);
/external/v8/src/compiler/
Dloop-analysis.h139 void SetParent(Loop* parent, Loop* child) { in SetParent() function

12