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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c11100 tree containing_scope;
11106 containing_scope = TYPE_CONTEXT (t);
11109 if (containing_scope && TREE_CODE (containing_scope) == NAMESPACE_DECL)
11111 if (context_die == lookup_decl_die (containing_scope))
11114 containing_scope = NULL_TREE;
11120 if (containing_scope && TREE_CODE (containing_scope) == FUNCTION_TYPE)
11121 containing_scope = NULL_TREE;
11123 if (containing_scope
11086 tree containing_scope; local
[all...]

Completed in 104 milliseconds