Searched refs:check_dtor_name (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | semantics.c | 1990 if (scope && TYPE_P (scope) && !check_dtor_name (scope, destructor)) in finish_pseudo_destructor_expr()
|
| D | ChangeLog-1998 | 304 * call.c (check_dtor_name): Return 1, not error_mark_node. 318 * call.c (check_dtor_name): Just return an error_mark_node. 3216 (check_dtor_name): Handle enums. 3554 * cp-tree.h (check_dtor_name): Add prototype. 3625 * call.c (check_dtor_name): Split out.
|
| D | cp-tree.h | 3817 extern bool check_dtor_name (tree, tree);
|
| D | ChangeLog | 444 destrutor name by calling check_dtor_name. 3279 * call.c (check_dtor_name): Do not expect a BIT_NOT_EXPR. 3282 * typeck.c (lookup_destructor): Adjust call to check_dtor_name.
|
| D | call.c | 205 check_dtor_name (tree basetype, tree name) in check_dtor_name() function
|
| D | typeck.c | 2039 if (scope && !check_dtor_name (scope, dtor_type)) in lookup_destructor()
|
| D | ChangeLog-2001 | 3068 * call.c (check_dtor_name): Handle template names correctly.
|
| D | ChangeLog-2002 | 469 build_vfield_ref, check_dtor_name, build_scoped_method_call,
|
| D | parser.c | 3823 if (declarator_p && scope && !check_dtor_name (scope, type_decl)) in cp_parser_unqualified_id()
|
| D | ChangeLog-2004 | 2429 * call.c (check_dtor_name): Replace abort with gcc_assert or
|
| D | ChangeLog-2000 | 5142 * call.c (check_dtor_name, build_new_method_call): Use TYPE_P and
|