Searched refs:FRIEND_NAME (Results 1 – 5 of 5) sorted by relevance
92 if (name == FRIEND_NAME (list)) in is_friend()183 if (name == FRIEND_NAME (list)) in add_friend()
5715 if (FRIEND_NAME (f) == name) in classtype_has_op()5734 if (FRIEND_NAME (f) == name) in classtype_has_defaulted_op()
1297 if (name == FRIEND_NAME (list)) in adl_class_fns()
5888 (FRIEND_NAME): Move declaration to more obvious location.5894 * friend.c (is_friend): Use FRIEND_NAME and FRIEND_DECLS.
4908 #define FRIEND_NAME(LIST) (TREE_PURPOSE (LIST)) macro