• Home
  • Raw
  • Download

Lines Matching refs:sibling_

319   sibling_ = nullptr;  in SetDefaults()
357 for (Scope* inner = inner_scope_; inner != nullptr; inner = inner->sibling_) { in set_asm_module()
759 while (scope->sibling_ != nullptr) { in FinalizeBlockScope()
760 scope = scope->sibling_; in FinalizeBlockScope()
763 scope->sibling_ = outer_scope()->inner_scope_; in FinalizeBlockScope()
786 sibling_ = this; in FinalizeBlockScope()
818 Scope* inner_scope = new_parent->sibling_; in Reparent()
827 new_parent->inner_scope_ = new_parent->sibling_; in Reparent()
828 inner_scope->sibling_ = nullptr; in Reparent()
831 new_parent->sibling_ = top_inner_scope_; in Reparent()
1346 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in MaxNestedContextChainLength()
1707 scope = scope->sibling_) { in Print()
1722 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in CheckScopePositions()
1729 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in CheckZones()
1959 scope = scope->sibling_) { in ResolveVariablesRecursively()
2009 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in FetchFreeVariables()
2203 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in AllocateVariablesRecursively()
2252 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in AllocateScopeInfosRecursively()
2266 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in AllocateDebuggerScopeInfos()
2278 for (Scope* inner = inner_scope_; inner != nullptr; inner = inner->sibling_) { in CollectVariableData()