Home
last modified time | relevance | path

Searched refs:containing_scope (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddwarfout.c4610 output_pending_types_for_scope (containing_scope) in output_pending_types_for_scope() argument
4611 tree containing_scope; in output_pending_types_for_scope()
4619 if (type_ok_for_scope (type, containing_scope))
4634 output_type (type, containing_scope);
4680 output_type (type, containing_scope) in output_type() argument
4682 tree containing_scope;
4706 output_type (TREE_TYPE (member), containing_scope);
4718 output_type (TYPE_CONTEXT (type), containing_scope);
4725 if (! type_ok_for_scope (type, containing_scope))
4737 output_type (TYPE_DEBUG_REPRESENTATION_TYPE (type), containing_scope);
[all …]
Ddwarf2out.c10144 tree containing_scope; local
10151 containing_scope = TYPE_CONTEXT (t);
10154 if (containing_scope && TREE_CODE (containing_scope) == NAMESPACE_DECL)
10155 containing_scope = NULL_TREE;
10160 if (containing_scope && TREE_CODE (containing_scope) == FUNCTION_TYPE)
10161 containing_scope = NULL_TREE;
10163 if (containing_scope == NULL_TREE)
10165 else if (TYPE_P (containing_scope))
10171 if (VARRAY_TREE (decl_scope_table, i) == containing_scope)
10177 && !TREE_ASM_WRITTEN (containing_scope))
[all …]
DFSFChangeLog.115168 containing_scope, and add check for non-NULL containing_scope
DChangeLog.07496 (push_decl_scope): Use new type. New locals containing_scope, i.
/openbsd/src/gnu/gcc/gcc/
Ddwarf2out.c11008 tree containing_scope; in scope_die_for() local
11014 containing_scope = TYPE_CONTEXT (t); in scope_die_for()
11017 if (containing_scope && TREE_CODE (containing_scope) == NAMESPACE_DECL) in scope_die_for()
11019 if (context_die == lookup_decl_die (containing_scope)) in scope_die_for()
11022 containing_scope = NULL_TREE; in scope_die_for()
11028 if (containing_scope && TREE_CODE (containing_scope) == FUNCTION_TYPE) in scope_die_for()
11029 containing_scope = NULL_TREE; in scope_die_for()
11031 if (containing_scope == NULL_TREE) in scope_die_for()
11033 else if (TYPE_P (containing_scope)) in scope_die_for()
11039 if (VEC_index (tree, decl_scope_table, i) == containing_scope) in scope_die_for()
[all …]