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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 1116 int friendp = decl_spec_seq_has_spec_p (declspecs, ds_friend);
1118 if (!friendp && DECL_IN_AGGR_P (value))
1165 if (friendp)
1115 int friendp = decl_spec_seq_has_spec_p (declspecs, ds_friend); local
decl.cc 10347 int friendp,
10397 if (friendp)
10549 int friendp,
10586 tree ctx = friendp ? current_class_type : ctype;
10615 || (friendp && !memtmpl && !funcdef_flag)))))
10617 if (!friendp || !processing_template_decl)
10625 if (ci && friendp && memtmpl && !funcdef_flag
10672 if (friendp && TREE_CODE (orig_declarator) == TEMPLATE_ID_EXPR)
10724 if (friendp && !funcdef_flag)
10739 set_decl_namespace (decl, in_namespace, friendp);
12182 int virtualp, explicitp, friendp, inlinep, staticp; local
18971 bool friendp = decl_spec_seq_has_spec_p (declspecs, ds_friend); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 1045 int friendp = decl_spec_seq_has_spec_p (declspecs, ds_friend);
1047 if (!friendp && DECL_IN_AGGR_P (value))
1094 if (friendp)
1044 int friendp = decl_spec_seq_has_spec_p (declspecs, ds_friend); local
decl.cc 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)
11700 int virtualp, explicitp, friendp, inlinep, staticp; local
18238 bool friendp = decl_spec_seq_has_spec_p (declspecs, ds_friend); local
    [all...]

Completed in 28 milliseconds