Lines Matching defs:friendp
9894 int friendp,
9944 if (friendp)
10096 int friendp,
10133 tree ctx = friendp ? current_class_type : ctype;
10158 || (friendp && !memtmpl && !funcdef_flag)))))
10201 if (friendp && TREE_CODE (orig_declarator) == TEMPLATE_ID_EXPR)
10254 if (friendp && !funcdef_flag)
10269 set_decl_namespace (decl, in_namespace, friendp);
10457 && !current_function_decl && !(friendp && !funcdef_flag))
10523 4 * (friendp != 0) +
11715 int virtualp, explicitp, friendp, inlinep, staticp;
12480 friendp = decl_spec_seq_has_spec_p (declspecs, ds_friend);
12712 if (storage_class && friendp)
13026 && friendp == 0)
13093 else if (friendp)
13101 friendp = 0;
13111 friendp = 0;
13429 if (friendp)
13434 friendp = 0;
13450 || (!friendp && !CLASS_TYPE_P (ctype))
13464 && (!friendp || funcdef_flag || initialized))
13483 if (ctype == NULL_TREE && decl_context == FIELD && friendp == 0)
13533 if (explicitp == 1 || (explicitp && friendp))
13541 else if (friendp)
13554 if (decl_context != FIELD || friendp)
13694 inlinep, friendp, raises != NULL_TREE,
13755 if (friendp)
13920 inlinep, friendp, raises != NULL_TREE,
13925 if (!staticp && !friendp && !FUNC_OR_METHOD_TYPE_P (type))
13971 else if (in_namespace && !friendp)
13982 if (friendp == 0)
14028 gcc_assert (friendp);
14060 else if (sfk == sfk_constructor && friendp && !ctype)
14106 publicp = ((! friendp || ! staticp)
14117 friendp ? -1 : 0, friendp, publicp,
14181 if (friendp)
14195 if (friendp)
14353 staticp ? false : inlinep, friendp,
14444 1, friendp,
14508 inlinep, friendp, raises != NULL_TREE,
18261 bool friendp = decl_spec_seq_has_spec_p (declspecs, ds_friend);
18262 fndecl = push_template_decl (fndecl, friendp);