Home
last modified time | relevance | path

Searched refs:check_classfn (Results 1 – 25 of 25) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dfriend.c370 decl = check_classfn (ctype, decl);
DChangeLog.1697 * decl2.c (check_classfn): Ignore cname argument, and return the
856 * decl2.c (check_classfn): Don't revert this function until we get a
876 * decl2.c (check_classfn): Use revert_static_member_fn.
904 * decl2.c (check_classfn): Improve error message.
3035 * decl2.c (check_classfn): If the cname is T<int> and fn_name is T,
3500 * decl2.c (check_classfn): Ignore this parameter on static functions
3510 * decl2.c (check_classfn): Don't use decls_match yet, as it modifies
3523 * decl2.c (check_classfn): Use decls_match to check if this has
4642 * decl2.c (check_classfn): Pass the function to cp_error, not just
DChangeLog.26354 * decl2.c (check_classfn): Remove hokey handling of member
6696 (check_classfn): Issue `incomplete type' error, if
7296 * decl2.c (check_classfn): Likewise.
7653 * decl2.c (check_classfn): Likewise.
7769 * decl2.c (check_classfn): Likewise.
8124 * decl2.c (check_classfn): Don't assume names are mangled.
8371 (check_classfn): Change iteration through CLASSTYPE_METHOD_VEC.
8572 * decl2.c (check_classfn): Don't assume that mangled destructor
11534 (check_classfn): Expect OVERLOAD nodes.
12814 * decl2.c (check_classfn): Tidy up slightly. Don't assume that
[all …]
Ddecl2.c673 check_classfn (ctype, function) in check_classfn() function
DChangeLog1448 * decl2.c (check_classfn): A member template only matches a
1910 * decl2.c (check_classfn): Fix uninitialized warning.
2024 * decl2.c (check_classfn): Use lookup_fnfield_1. List all
4582 * decl2.c (check_classfn): Update.
8722 (check_classfn): Likewise.
11771 * decl2.c (check_classfn): Likewise.
14213 (check_classfn): Likewise.
15128 * decl2.c (check_classfn, reparse_absdcl_as_casts): Likewise.
15351 * decl2.c (check_classfn): Handle member template specializations.
Dcp-tree.h3880 extern tree check_classfn PARAMS ((tree, tree));
Ddecl.c7818 tree field = check_classfn (context, decl);
9888 old_decl = check_classfn (ctype, decl);
Dpt.c5083 tree fn = check_classfn (DECL_CONTEXT (new_friend),
/openbsd/src/gnu/gcc/gcc/cp/
Dfriend.c483 decl = check_classfn (ctype, decl, in do_friend()
DChangeLog-2004861 * decl2.c (check_classfn): Likewise.
1450 * decl2.c (check_classfn): Use DECL_MEMBER_TEMPLATE_P and
1570 check_java_method, check_classfn, finish_static_data_member_decl,
2536 check_classfn, finish_static_data_member_decl, coerce_new_type,
3520 * decl2.c (check_classfn): Robustify.
3581 * decl2.c (check_classfn): Adjust for
5337 * decl2.c (check_classfn): For member templates, compare also the
5339 * cp-tree.h: Adjust declaration of check_classfn.
5340 * decl.c (start_decl, grokfndecl): Adjust callers of check_classfn.
5887 * decl2.c (check_classfn): Likewise.
DChangeLog-2003574 * decl2.c (check_classfn): Add template_header_p parameter.
575 * decl.c (start_decl): Adjust check_classfn call.
580 (tsubst_friend_function): Adjust check_classfn call.
581 * cp-tree.h (check_classfn): Adjust declaration.
5285 * decl2.c (check_classfn): A member template only matches a
6098 (check_classfn): Use push_scope/pop_scope around type comparisions.
6400 * decl2.c (check_classfn): Fix uninitialized warning.
DChangeLog-19951048 * decl2.c (check_classfn): Ignore cname argument, and return the
1207 * decl2.c (check_classfn): Don't revert this function until we get a
1227 * decl2.c (check_classfn): Use revert_static_member_fn.
1255 * decl2.c (check_classfn): Improve error message.
3386 * decl2.c (check_classfn): If the cname is T<int> and fn_name is T,
DChangeLog-1998508 * decl2.c (check_classfn): Likewise.
865 * decl2.c (check_classfn): Likewise.
981 * decl2.c (check_classfn): Likewise.
1336 * decl2.c (check_classfn): Don't assume names are mangled.
1583 (check_classfn): Change iteration through CLASSTYPE_METHOD_VEC.
1784 * decl2.c (check_classfn): Don't assume that mangled destructor
4746 (check_classfn): Expect OVERLOAD nodes.
6026 * decl2.c (check_classfn): Tidy up slightly. Don't assume that
DChangeLog-1997889 (check_classfn): Handle specializations.
1233 (grokfndecl): If check_classfn() returns a member_template, use
1238 (check_classfn): Allow redeclaration of member template functions
Ddecl2.c547 check_classfn (tree ctype, tree function, tree template_parms) in check_classfn() function
DChangeLog1013 * decl2.c (check_classfn): Push to class scope before looking for
1241 * decl2.c (check_classfn): Remove early return.
1397 * decl2.c (check_classfn): Return NULL_TREE on error.
5393 * decl2.c (check_classfn): Likewise.
5883 * decl2.c (check_classfn): Adjust.
7016 * decl2.c (check_classfn): Likewise.
DChangeLog-19962718 * decl2.c (check_classfn): Likewise.
2902 * init.c (do_friend): Use the return value of check_classfn.
3412 * decl2.c (check_classfn): Delete unused second arg CNAME.
3415 * cp-tree.h (check_classfn): Update prototype.
DChangeLog-2002194 check_classfn, finish_static_data_member_decl, grokfield,
460 * decl2.c (check_classfn): Use lookup_fnfield_1. List all
3179 * decl2.c (check_classfn): Update.
DChangeLog-20001899 * decl2.c (check_classfn): Likewise.
4341 (check_classfn): Likewise.
5256 * decl2.c (check_classfn, reparse_absdcl_as_casts): Likewise.
5479 * decl2.c (check_classfn): Handle member template specializations.
DChangeLog-199460 * decl2.c (check_classfn): Ignore this parameter on static functions
70 * decl2.c (check_classfn): Don't use decls_match yet, as it modifies
83 * decl2.c (check_classfn): Use decls_match to check if this has
1202 * decl2.c (check_classfn): Pass the function to cp_error, not just
Dcp-tree.h3981 extern tree check_classfn (tree, tree, tree);
Ddecl.c3955 tree field = check_classfn (context, decl, in start_decl()
6291 old_decl = check_classfn (ctype, decl, in grokfndecl()
DChangeLog-19996354 * decl2.c (check_classfn): Remove hokey handling of member
6696 (check_classfn): Issue `incomplete type' error, if
DChangeLog-20012745 (check_classfn): Likewise.
Dpt.c5532 tree fn = check_classfn (context, in tsubst_friend_function()