Home
last modified time | relevance | path

Searched refs:FRIEND_DECLS (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dfriend.c94 tree friends = FRIEND_DECLS (list); in is_friend()
185 tree friends = FRIEND_DECLS (list); in add_friend()
H A Dname-lookup.c810 for (tree friends = FRIEND_DECLS (list); friends; in adl_class_only()
H A Dcp-tree.h4663 #define FRIEND_DECLS(LIST) (TREE_VALUE (LIST)) macro
H A Dclass.c5691 for (tree l = FRIEND_DECLS (f); l; l = TREE_CHAIN (l)) in classtype_has_defaulted_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dfriend.cc94 tree friends = FRIEND_DECLS (list); in is_friend()
185 tree friends = FRIEND_DECLS (list); in add_friend()
H A Dname-lookup.cc1300 for (tree friends = FRIEND_DECLS (list); friends; in adl_class_fns()
H A DChangeLog-19995889 (FRIEND_DECLS): Likewise.
5894 * friend.c (is_friend): Use FRIEND_NAME and FRIEND_DECLS.
H A Dcp-tree.h4909 #define FRIEND_DECLS(LIST) (TREE_VALUE (LIST)) macro
H A Dclass.cc5735 for (tree l = FRIEND_DECLS (f); l; l = TREE_CHAIN (l)) in classtype_has_defaulted_op()