Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDdwarf2out.c11096 tree containing_scope; in scope_die_for() local
11102 containing_scope = TYPE_CONTEXT (t); in scope_die_for()
11105 if (containing_scope && TREE_CODE (containing_scope) == NAMESPACE_DECL) in scope_die_for()
11107 if (context_die == lookup_decl_die (containing_scope)) in scope_die_for()
11110 containing_scope = NULL_TREE; in scope_die_for()
11116 if (containing_scope && TREE_CODE (containing_scope) == FUNCTION_TYPE) in scope_die_for()
11117 containing_scope = NULL_TREE; in scope_die_for()
11119 if (containing_scope == NULL_TREE) in scope_die_for()
11121 else if (TYPE_P (containing_scope)) in scope_die_for()
11127 if (VEC_index (tree, decl_scope_table, i) == containing_scope) in scope_die_for()
[all …]
HDFSFChangeLog.115168 containing_scope, and add check for non-NULL containing_scope
HDChangeLog-199816075 (push_decl_scope): Use new type. New locals containing_scope, i.