Home
last modified time | relevance | path

Searched refs:parmlist (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcall.cc592 sufficient_parms_p (const_tree parmlist) in sufficient_parms_p() argument
594 for (; parmlist && parmlist != void_list_node; in sufficient_parms_p()
595 parmlist = TREE_CHAIN (parmlist)) in sufficient_parms_p()
596 if (!TREE_PURPOSE (parmlist) in sufficient_parms_p()
597 && !PACK_EXPANSION_P (TREE_VALUE (parmlist))) in sufficient_parms_p()
2327 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (fn)); in add_function_candidate() local
2341 parmlist = FUNCTION_FIRST_USER_PARMTYPE (DECL_ORIGIN (fn)); in add_function_candidate()
2343 parmlist = skip_artificial_parms_for (fn, parmlist); in add_function_candidate()
2365 parmnode = parmlist; in add_function_candidate()
2386 if (viable && len == 1 && parmlist && DECL_CONSTRUCTOR_P (fn) in add_function_candidate()
[all …]
Dclass.cc3233 tree parmlist = void_list_node; in one_inheriting_sig() local
3235 parmlist = tree_cons (NULL_TREE, parms[i], parmlist); in one_inheriting_sig()
3237 t, false, ctor, parmlist); in one_inheriting_sig()
Dpt.cc463 push_inline_template_parms_recursive (tree parmlist, int levels) in push_inline_template_parms_recursive() argument
465 tree parms = TREE_VALUE (parmlist); in push_inline_template_parms_recursive()
469 push_inline_template_parms_recursive (TREE_CHAIN (parmlist), levels - 1); in push_inline_template_parms_recursive()
7878 tree parmlist = DECL_INNERMOST_TEMPLATE_PARMS (templ); in coerce_template_args_for_ttp() local
7879 return coerce_template_parms (parmlist, arglist, templ, in coerce_template_args_for_ttp()
9841 tree templ = NULL_TREE, parmlist; in lookup_template_class_1() local
9963 parmlist = DECL_TEMPLATE_PARMS (gen_tmpl); in lookup_template_class_1()
9964 parm_depth = TMPL_PARMS_DEPTH (parmlist); in lookup_template_class_1()
10002 arglist = coerce_innermost_template_parms (parmlist, arglist, gen_tmpl, in lookup_template_class_1()
Ddecl.cc14842 grokparms (tree parmlist, tree *parms) in grokparms() argument
14849 for (parm = parmlist; parm != NULL_TREE; parm = TREE_CHAIN (parm)) in grokparms()
DChangeLog-19944231 (direct_abstract_declarator): Replace '(' parmlist ')' rule with
4233 (parmlist): Split
DChangeLog-2005239 parmlist.
DChangeLog-20002764 of parmlist.
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc8550 tree parmlist; in start_method_def() local
8575 parmlist = METHOD_SEL_ARGS (method); in start_method_def()
8576 while (parmlist) in start_method_def()
8579 tree type = TREE_VALUE (TREE_TYPE (parmlist)); in start_method_def()
8583 PARM_DECL, KEYWORD_ARG_NAME (parmlist), type); in start_method_def()
8584 decl_attributes (&parm, DECL_ATTRIBUTES (parmlist), 0); in start_method_def()
8586 parmlist = DECL_CHAIN (parmlist); in start_method_def()
8863 tree parmlist in really_start_method() argument
8865 struct c_arg_info *parmlist in really_start_method()
8901 objc_start_function (method_id, meth_type, NULL_TREE, parmlist); in really_start_method()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltins.cc8137 const_tree fndecl, arg, parmlist; in builtin_mathfn_code() local
8148 parmlist = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in builtin_mathfn_code()
8150 for (; parmlist; parmlist = TREE_CHAIN (parmlist)) in builtin_mathfn_code()
8154 parmtype = TREE_VALUE (parmlist); in builtin_mathfn_code()
DChangeLog-200123412 (parmlist, firstparm, setspecs_fp): Include attributes in
23413 parmlist; suck them off the parser stack in firstparm using
DChangeLog-200233563 (parmlist_or_identifiers_1): Verify that only a parmlist follows
DChangeLog-200414309 absdcl_maybe_attribute, parm, firstparm, parms, parmlist,