Searched refs:handle_using_decl (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | class.cc | 124 static void handle_using_decl (tree, tree); 1352 handle_using_decl (tree using_decl, tree t) in handle_using_decl() function 6219 handle_using_decl (TREE_VALUE (access_decls), t); in check_bases_and_members()
|
H A D | ChangeLog-2002 | 1154 * class.c (handle_using_decl): Allow the declaration used to be 2328 * class.c (handle_using_decl): Use constructor_name_p. 2481 * class.c (handle_using_decl): Likewise.
|
H A D | ChangeLog-2003 | 734 * class.c (handle_using_decl): Set input_location before calling 746 * class.c (handle_using_decl): Swap arguments of error_not_base_type. 3948 * class.c (handle_using_decl): Robustify. 5937 * class.c (handle_using_decl): Likewise.
|
H A D | ChangeLog-2005 | 1825 * class.c (handle_using_decl): Move most of the processing to ... 1876 (handle_using_decl): Pass the using decl to add_method.
|
H A D | ChangeLog-2017 | 2593 (handle_using_decl): Likewise. 3863 * class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator. 4121 * class.c (handle_using_decl): Always use OVL_CURRENT.
|
H A D | ChangeLog-1998 | 332 * class.c (handle_using_decl): Fix comment. Don't lookup 1554 (handle_using_decl): Watch for NULL_TREE while iterating through 3141 * class.c (handle_using_decl): Ignore TYPE_DECLs. 3641 (handle_using_decl): New function containing code split out from ...
|
H A D | ChangeLog-2004 | 1580 handle_using_decl, check_bases, 3567 (handle_using_decl): Adjust call to add_method. 3699 * class.c (handle_using_decl): Use lookup_member, not
|
H A D | ChangeLog-2000 | 1896 (handle_using_decl): Adjust call to add_method. 3740 (handle_using_decl): Remove assertion. 5859 * class.c (handle_using_decl): Call add_method for used functions.
|
H A D | ChangeLog-2021 | 2691 (handle_using_decl): Use it to propagate the access of the 3158 * class.c (handle_using_decl, get_basefndecls): Likewise.
|
H A D | ChangeLog | 1991 (handle_using_decl): Don't add_method.
|
H A D | ChangeLog-2020 | 1082 * class.c (handle_using_decl): If USING_DECL_UNRELATED_P, 1269 * class.c (handle_using_decl): Add an iloc_sentinel.
|
H A D | ChangeLog-2006 | 3370 * class.c (handle_using_decl): Pass correct scope to
|
H A D | ChangeLog-2014 | 2310 * class.c (handle_using_decl): Pass the correct scope to
|
H A D | ChangeLog-2001 | 3721 * class.c (handle_using_decl): Reject using of constructor name
|
H A D | ChangeLog-2016 | 658 * class.c (declared_access): Split out from handle_using_decl.
|
H A D | ChangeLog-2011 | 664 * class.c (handle_using_decl, maybe_note_name_used_in_class):
|
H A D | ChangeLog-1999 | 223 * class.c (handle_using_decl): Get TYPE_FIELDS and TYPE_METHODS
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 124 static void handle_using_decl (tree, tree); 1267 handle_using_decl (tree using_decl, tree t) in handle_using_decl() function 6187 handle_using_decl (TREE_VALUE (access_decls), t); in check_bases_and_members()
|