Searched refs:is_ancestor (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | name-lookup.h | 306 extern bool is_ancestor (tree, tree);
|
| D | name-lookup.c | 2244 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()
|
| D | ChangeLog-2003 | 931 * decl2.c (is_ancestor): Move to name-lookup.c 5377 * cp-tree.h (is_ancestor): New function.
|
| D | decl.c | 5983 if (!is_ancestor (current_namespace, DECL_CONTEXT (decl))) in check_class_member_definition_namespace()
|
| D | pt.c | 676 if (!is_ancestor (current_namespace, ns)) in check_explicit_instantiation_namespace()
|
| D | parser.c | 13468 if (scope && !is_ancestor (scope, nested_name_specifier)) in cp_parser_class_head()
|
| D | ChangeLog-2004 | 2552 is_ancestor, poplevel_class, set_inherited_value_binding_p,
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdbtypes.c | 1842 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()
|
| D | gdbtypes.h | 1258 extern int is_ancestor (struct type *, struct type *);
|
| D | ChangeLog-2000 | 3229 * gdbtypes.c (is_ancestor): Infer type equivalence from name
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | decl2.c | 3672 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))
|
| D | cp-tree.h | 3786 extern bool is_ancestor (tree, tree);
|
| D | ChangeLog | 1482 * cp-tree.h (is_ancestor): New function. 1484 (is_ancestor): ... this.
|