Home
last modified time | relevance | path

Searched refs:is_ancestor (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dname-lookup.h306 extern bool is_ancestor (tree, tree);
Dname-lookup.c2244 is_ancestor (tree root, tree child) in is_ancestor() function
2911 if (!friendp && !is_ancestor (current_namespace, scope)) in set_decl_namespace()
3173 if (is_ancestor (ns1, ns2)) in namespace_ancestor()
3381 if (!is_ancestor (current_namespace, namespace)) in parse_using_directive()
DChangeLog-2003931 * decl2.c (is_ancestor): Move to name-lookup.c
5377 * cp-tree.h (is_ancestor): New function.
Ddecl.c5983 if (!is_ancestor (current_namespace, DECL_CONTEXT (decl))) in check_class_member_definition_namespace()
Dpt.c676 if (!is_ancestor (current_namespace, ns)) in check_explicit_instantiation_namespace()
Dparser.c13468 if (scope && !is_ancestor (scope, nested_name_specifier)) in cp_parser_class_head()
DChangeLog-20042552 is_ancestor, poplevel_class, set_inherited_value_binding_p,
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbtypes.c1842 is_ancestor (struct type *base, struct type *dclass) in is_ancestor() function
1856 if (is_ancestor (base, TYPE_BASECLASS (dclass, i))) in is_ancestor()
2597 if (is_ancestor (parm, arg)) in rank_one_type()
Dgdbtypes.h1258 extern int is_ancestor (struct type *, struct type *);
DChangeLog-20003229 * gdbtypes.c (is_ancestor): Infer type equivalence from name
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl2.c3672 is_ancestor (tree root, tree child) in is_ancestor() function
3709 if (is_ancestor (ns1, ns2))
3985 if (!friendp && !is_ancestor (current_namespace, scope))
4998 if (current && !is_ancestor (current, context))
Dcp-tree.h3786 extern bool is_ancestor (tree, tree);
DChangeLog1482 * cp-tree.h (is_ancestor): New function.
1484 (is_ancestor): ... this.