Home
last modified time | relevance | path

Searched refs:this_friend (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dfriend.c97 tree this_friend = TREE_VALUE (friends); in is_friend() local
99 if (this_friend == NULL_TREE) in is_friend()
102 if (supplicant == this_friend) in is_friend()
105 if (is_specialization_of_friend (supplicant, this_friend)) in is_friend()
H A Dfriend.cc97 tree this_friend = TREE_VALUE (friends); in is_friend() local
99 if (this_friend == NULL_TREE) in is_friend()
102 if (supplicant == this_friend) in is_friend()
105 if (is_specialization_of_friend (supplicant, this_friend)) in is_friend()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dfriend.c97 tree this_friend = TREE_VALUE (friends); in is_friend() local
99 if (this_friend == NULL_TREE) in is_friend()
102 if (supplicant == this_friend) in is_friend()
105 if (is_specialization_of_friend (supplicant, this_friend)) in is_friend()