Home
last modified time | relevance | path

Searched refs:FRIEND_NAME (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dfriend.cc92 if (name == FRIEND_NAME (list)) in is_friend()
183 if (name == FRIEND_NAME (list)) in add_friend()
Dclass.cc5715 if (FRIEND_NAME (f) == name) in classtype_has_op()
5734 if (FRIEND_NAME (f) == name) in classtype_has_defaulted_op()
Dname-lookup.cc1297 if (name == FRIEND_NAME (list)) in adl_class_fns()
DChangeLog-19995888 (FRIEND_NAME): Move declaration to more obvious location.
5894 * friend.c (is_friend): Use FRIEND_NAME and FRIEND_DECLS.
Dcp-tree.h4908 #define FRIEND_NAME(LIST) (TREE_PURPOSE (LIST)) macro