Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dfriend.c60 tree friends = FRIEND_DECLS (list); in is_friend()
151 tree friends = FRIEND_DECLS (list); in add_friend()
H A Dcp-tree.h2722 #define FRIEND_DECLS(LIST) (TREE_VALUE (LIST)) macro
H A Dname-lookup.c4519 for (friends = FRIEND_DECLS (list); friends; in arg_assoc_class()
H A DChangeLog-19995889 (FRIEND_DECLS): Likewise.
5894 * friend.c (is_friend): Use FRIEND_NAME and FRIEND_DECLS.