Searched refs:containing_scope (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | dwarfout.c | 4610 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 …]
|
| D | dwarf2out.c | 10144 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 …]
|
| D | FSFChangeLog.11 | 5168 containing_scope, and add check for non-NULL containing_scope
|
| D | ChangeLog.0 | 7496 (push_decl_scope): Use new type. New locals containing_scope, i.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | dwarf2out.c | 11008 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 …]
|