Searched refs:DECL_FRIEND_P (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dfriend.c344 DECL_FRIEND_P (decl) = 1;
446 DECL_FRIEND_P (decl) = 1;
H A Dxref.c645 (DECL_LANG_SPECIFIC(fld) && DECL_FRIEND_P(fld) ? 1 : 0),
H A Ddecl.c3467 && ! DECL_FRIEND_P (newdecl))
3635 olddecl_friend = DECL_FRIEND_P (olddecl);
3825 DECL_FRIEND_P (olddecl) = 1;
3939 if (DECL_LANG_SPECIFIC (t) && DECL_FRIEND_P (t))
13459 if (!ctype && DECL_FRIEND_P (decl1))
14787 if (! DECL_FRIEND_P (fndecl))
14870 if (DECL_FRIEND_P (fndecl))
H A Dpt.c2321 is_friend |= (TREE_CODE (decl) == FUNCTION_DECL && DECL_FRIEND_P (decl));
5653 my_friendly_assert (DECL_FRIEND_P (t), 0);
5814 grok_op_properties (r, DECL_VIRTUAL_P (r), DECL_FRIEND_P (r));
H A Dcp-tree.h1302 #define DECL_FRIEND_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.friend_attr)
1295 #define DECL_FRIEND_P macro
H A Ddecl2.c1854 if (DECL_FRIEND_P (value))
/haiku-buildtools/gcc/gcc/cp/
H A Dfriend.c437 DECL_FRIEND_P (decl) = 1;
623 DECL_FRIEND_P (decl) = 1;
H A Ddecl.c1855 && ! (newdecl_is_friend || DECL_FRIEND_P (olddecl))
1901 olddecl_friend = DECL_FRIEND_P (olddecl);
2579 DECL_FRIEND_P (olddecl) = 1;
2743 && TREE_CODE (ot) == FUNCTION_DECL && DECL_FRIEND_P (ot)
12471 DECL_FRIEND_P (TYPE_NAME (t)) = 0;
12476 DECL_FRIEND_P (TYPE_TI_TEMPLATE (t)) = 0;
13425 if (!ctype && DECL_FRIEND_P (decl1))
14512 if (! DECL_FRIEND_P (fndecl))
H A Dcp-tree.h2452 #define DECL_FRIEND_P(NODE) \
2600 && DECL_FRIEND_P (NODE) && !DECL_FUNCTION_MEMBER_P (NODE)) \
2446 #define DECL_FRIEND_P macro
H A Dname-lookup.c5941 DECL_FRIEND_P (tdef) = 1;
H A Dpt.c1027 && !DECL_FRIEND_P (DECL_TEMPLATE_RESULT (tmpl)));
4763 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_FRIEND_P (decl))
5076 DECL_FRIEND_P (tmpl) = 1;
11137 if (DECL_FRIEND_P (t) && DECL_FRIEND_CONTEXT (t))
H A Ddecl2.c1069 if (DECL_FRIEND_P (value))

Completed in 501 milliseconds