HomeSort by: relevance | last modified time | path
    Searched defs:is_friend (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
friend.cc 70 is_friend (tree type, tree supplicant) function
155 return is_friend (type, context);
582 decl = push_template_decl (decl, /*is_friend=*/true);
624 decl = push_template_decl (decl, /*is_friend=*/true);
class.cc 3609 bool is_friend = DECL_CONTEXT (space) != t;
3610 if (is_friend)
3619 maybe_add_class_template_decl_list (t, eq, is_friend);
3605 bool is_friend = DECL_CONTEXT (space) != t; local
pt.cc 1500 TEMPLATE_DECL's first because is_friend didn't. */
1522 the indicated ARGS. IS_FRIEND indicates whether the specialization
1532 register_specialization (tree spec, tree tmpl, tree args, bool is_friend,
1600 duplicate_decls (spec, fn, /*hiding=*/is_friend);
1628 tree dd = duplicate_decls (spec, fn, /*hiding=*/is_friend);
1643 return duplicate_decls (spec, fn, /*hiding=*/is_friend);
2824 int is_friend = flags & 4; local
2833 if (is_friend)
2855 if (is_friend)
3132 if (!ctype && !is_friend
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
friend.cc 70 is_friend (tree type, tree supplicant) function
153 return is_friend (type, context);
585 decl = push_template_decl (decl, /*is_friend=*/true);
632 decl = push_template_decl (decl, /*is_friend=*/true);
class.cc 3362 bool is_friend = DECL_CONTEXT (space) != t;
3363 if (is_friend)
3372 maybe_add_class_template_decl_list (t, eq, is_friend);
3358 bool is_friend = DECL_CONTEXT (space) != t; local
pt.cc 1532 TEMPLATE_DECL's first because is_friend didn't. */
1554 the indicated ARGS. IS_FRIEND indicates whether the specialization
1564 register_specialization (tree spec, tree tmpl, tree args, bool is_friend,
1655 duplicate_decls (spec, fn, /*hiding=*/is_friend);
1682 tree dd = duplicate_decls (spec, fn, /*hiding=*/is_friend);
1697 return duplicate_decls (spec, fn, /*hiding=*/is_friend);
2843 int is_friend = flags & 4; local
2852 if (is_friend)
2874 if (is_friend)
3151 if (!ctype && !is_friend
    [all...]

Completed in 78 milliseconds