Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDfriend.c514 int is_friend_template = PROCESSING_REAL_TEMPLATE_DECL_P (); in do_friend() local
530 && ! funcdef_flag && ! is_friend_template in do_friend()
534 if (is_friend_template in do_friend()
595 is_friend_template ? DECL_TI_TEMPLATE (decl) : decl, in do_friend()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDfriend.c585 int is_friend_template = PROCESSING_REAL_TEMPLATE_DECL_P (); in do_friend() local
601 && ! funcdef_flag && ! is_friend_template in do_friend()
605 if (is_friend_template in do_friend()
649 is_friend_template ? DECL_TI_TEMPLATE (decl) : decl, in do_friend()