Home
last modified time | relevance | path

Searched refs:namespc (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDdecl2.c3560 collect_source_refs (tree namespc) in collect_source_refs() argument
3564 if (!namespc) in collect_source_refs()
3568 for (t = NAMESPACE_LEVEL (namespc)->names; t; t = TREE_CHAIN (t)) in collect_source_refs()
3573 collect_source_refs (TREE_CHAIN (namespc)); in collect_source_refs()
3576 collect_source_refs (NAMESPACE_LEVEL (namespc)->namespaces); in collect_source_refs()
3583 collect_ada_namespace (tree namespc, const char *source_file) in collect_ada_namespace() argument
3585 if (!namespc) in collect_ada_namespace()
3589 collect_ada_nodes (NAMESPACE_LEVEL (namespc)->names, source_file); in collect_ada_namespace()
3592 collect_ada_namespace (TREE_CHAIN (namespc), source_file); in collect_ada_namespace()
3595 collect_ada_namespace (NAMESPACE_LEVEL (namespc)->namespaces, source_file); in collect_ada_namespace()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdecl2.c4169 collect_source_refs (tree namespc) in collect_source_refs() argument
4172 for (tree t = NAMESPACE_LEVEL (namespc)->names; t; t = TREE_CHAIN (t)) in collect_source_refs()
4185 collect_ada_namespace (tree namespc, const char *source_file) in collect_ada_namespace() argument
4187 tree decl = NAMESPACE_LEVEL (namespc)->names; in collect_ada_namespace()