Searched refs:parmlist (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c665 sufficient_parms_p (parmlist)
666 tree parmlist;
668 for (; parmlist && parmlist != void_list_node;
669 parmlist = TREE_CHAIN (parmlist))
670 if (!TREE_PURPOSE (parmlist))
1423 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (fn)); local
1438 parmlist = skip_artificial_parms_for (fn, parmlist);
1563 tree parmlist, convs, parmnode, argnode; local
[all...]
H A Dinit.c1381 build_member_call (type, name, parmlist)
1382 tree type, name, parmlist;
1407 return finish_call_expr (name, parmlist, /*disallow_virtual=*/true);
1415 parmlist,
1444 parmlist,
1471 return build_new_method_call (decl, fns, parmlist,
1491 return build_functional_cast (type, parmlist);
1515 parmlist, NULL_TREE);
1516 return build_function_call (decl, parmlist);
H A Dparse.y407 %type <ttype> xexpr parmlist parms bad_parm
827 parmlist ')' cv_qualifiers exception_specification_opt
835 parmlist ')' cv_qualifiers exception_specification_opt
843 parmlist ')' cv_qualifiers exception_specification_opt
851 parmlist ')' cv_qualifiers exception_specification_opt
882 SELFNAME '(' parmlist ')' cv_qualifiers exception_specification_opt
884 | '(' SELFNAME ')' '(' parmlist ')' cv_qualifiers
891 | self_template_type '(' parmlist ')' cv_qualifiers exception_specification_opt
2729 parmlist? */
2903 | '(' parmlist ')'
3706 parmlist: label
[all...]
H A Dpt.c386 push_inline_template_parms_recursive (parmlist, levels)
387 tree parmlist;
390 tree parms = TREE_VALUE (parmlist);
394 push_inline_template_parms_recursive (TREE_CHAIN (parmlist), levels - 1);
3912 /* No need to check arglist against parmlist here; we did that
4087 tree template = NULL_TREE, parmlist; local
4183 parmlist = DECL_INNERMOST_TEMPLATE_PARMS (template);
4204 arglist2 = coerce_template_parms (parmlist, arglist, template,
4224 parmlist = DECL_TEMPLATE_PARMS (gen_tmpl);
4225 parm_depth = TMPL_PARMS_DEPTH (parmlist);
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcall.c444 sufficient_parms_p (tree parmlist) argument
446 for (; parmlist && parmlist != void_list_node;
447 parmlist = TREE_CHAIN (parmlist))
448 if (!TREE_PURPOSE (parmlist))
1330 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (fn)); local
1346 parmlist = skip_artificial_parms_for (fn, parmlist);
1363 parmnode = parmlist;
1471 tree parmlist, parmnode, argnode; local
[all...]
H A Dpt.c321 push_inline_template_parms_recursive (tree parmlist, int levels) argument
323 tree parms = TREE_VALUE (parmlist);
327 push_inline_template_parms_recursive (TREE_CHAIN (parmlist), levels - 1);
4337 /* No need to check arglist against parmlist here; we did that
4502 tree template = NULL_TREE, parmlist; local
4586 parmlist = DECL_INNERMOST_TEMPLATE_PARMS (template);
4607 arglist2 = coerce_template_parms (parmlist, arglist, template,
4630 parmlist = DECL_TEMPLATE_PARMS (gen_tmpl);
4631 parm_depth = TMPL_PARMS_DEPTH (parmlist);
4707 = coerce_template_parms (INNERMOST_TEMPLATE_PARMS (parmlist),
[all...]
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c8345 tree parmlist;
8370 parmlist = METHOD_SEL_ARGS (method);
8371 while (parmlist)
8373 tree type = TREE_VALUE (TREE_TYPE (parmlist)), parm;
8375 parm = build_decl (PARM_DECL, KEYWORD_ARG_NAME (parmlist), type);
8377 parmlist = TREE_CHAIN (parmlist);
8581 tree parmlist
8583 struct c_arg_info *parmlist
8621 objc_start_function (method_id, meth_type, NULL_TREE, parmlist);
8325 tree parmlist; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c2761 in the parmlist. In this case, describe the parm
7169 really_start_method (method, parmlist)
7170 tree method, parmlist;
7199 method_decl = build_nt (CALL_EXPR, method_id, parmlist, NULL_TREE);
7262 tree parmlist;
7266 parmlist = get_parm_info (0);
7268 parmlist = get_parm_info (1); /* place a `void_at_end' */
7272 self_decl = TREE_PURPOSE (parmlist);
7275 really_start_method (objc_method_context, parmlist);
7241 tree parmlist; local
/openbsd-current/gnu/gcc/gcc/
H A Dbuiltins.c6522 tree fndecl, arglist, parmlist;
6537 parmlist = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
6538 for (; parmlist; parmlist = TREE_CHAIN (parmlist))
6542 parmtype = TREE_VALUE (parmlist);
6519 tree fndecl, arglist, parmlist; local

Completed in 382 milliseconds