Searched refs:top_scope (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.c37 static struct coff_scope *top_scope; variable in typeref:struct:coff_scope
102 if (top_scope)
104 if (top_scope->list_tail)
106 top_scope->list_tail->next = n;
110 top_scope->list_head = n;
112 top_scope->list_tail = n;
115 n->parent = top_scope;
117 top_scope = n;
123 top_scope = top_scope
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.c37 static struct coff_scope *top_scope; variable in typeref:struct:coff_scope
102 if (top_scope)
104 if (top_scope->list_tail)
106 top_scope->list_tail->next = n;
110 top_scope->list_head = n;
112 top_scope->list_tail = n;
115 n->parent = top_scope;
117 top_scope = n;
123 top_scope = top_scope
[all...]
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp2789 } else if (lldb::SBValueList *top_scope =
2793 int64_t end_idx = top_scope->GetSize();
2797 lldb::SBValue curr_variable = top_scope->GetValueAtIndex(i);
2940 if (lldb::SBValueList *top_scope = GetTopLevelScope(variablesReference)) {
2965 num_children = top_scope->GetSize();
2973 lldb::SBError error = top_scope->GetError();
2996 lldb::SBValue variable = top_scope->GetValueAtIndex(i);
3004 lldb::SBValue variable = top_scope->GetValueAtIndex(i);

Completed in 260 milliseconds