Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDfriend.c59 tree this_friend = TREE_VALUE (friends); in is_friend() local
61 if (this_friend == NULL_TREE) in is_friend()
64 if (supplicant == this_friend) in is_friend()
67 if (is_specialization_of_friend (supplicant, this_friend)) in is_friend()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDfriend.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()