Home
last modified time | relevance | path

Searched refs:ORIGINAL_NAMESPACE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDname-lookup.c453 && ORIGINAL_NAMESPACE (value) == ORIGINAL_NAMESPACE (new_val)) in add_value()
456 value = ORIGINAL_NAMESPACE (value); in add_value()
2244 && ORIGINAL_NAMESPACE (bval) == ORIGINAL_NAMESPACE (decl)) in supplement_binding_1()
2449 if (ORIGINAL_NAMESPACE (old) != ORIGINAL_NAMESPACE (decl)) in update_binding()
4914 scope = ORIGINAL_NAMESPACE (scope); in set_decl_namespace()
5126 vec_safe_push (decl_namespace_list, ORIGINAL_NAMESPACE (decl)); in push_decl_namespace()
5147 name_space = ORIGINAL_NAMESPACE (name_space); in do_namespace_alias()
5747 scope = ORIGINAL_NAMESPACE (scope); in suggest_alternative_in_explicit_scope()
5818 bool found = lookup->search_qualified (ORIGINAL_NAMESPACE (scope)); in qualified_namespace_lookup()
7065 ORIGINAL_NAMESPACE (target)); in finish_namespace_using_directive()
[all …]
HDcp-tree.h3198 #define ORIGINAL_NAMESPACE(NODE) \ macro
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDname-lookup.c548 && ORIGINAL_NAMESPACE (bval) == ORIGINAL_NAMESPACE (decl)) in supplement_binding_1()
3326 scope = ORIGINAL_NAMESPACE (scope); in namespace_binding_1()
3378 scope = ORIGINAL_NAMESPACE (scope); in set_decl_namespace()
3666 VEC_safe_push (tree, gc, decl_namespace_list, ORIGINAL_NAMESPACE (decl)); in push_decl_namespace()
3713 name_space = ORIGINAL_NAMESPACE (name_space); in do_namespace_alias()
3873 name_space = ORIGINAL_NAMESPACE (name_space); in do_using_directive()
4386 tree used = ORIGINAL_NAMESPACE (TREE_PURPOSE (iter)); in lookup_using_namespace()
4429 scope = ORIGINAL_NAMESPACE (scope); in qualified_lookup_using_namespace()
HDcp-tree.h2503 #define ORIGINAL_NAMESPACE(NODE) \ macro