| /src/external/gpl3/gcc/dist/gcc/cp/ |
| class.cc | 3478 tree parmlist = void_list_node; 3480 parmlist = tree_cons (NULL_TREE, parms[i], parmlist); 3482 t, false, ctor, parmlist); 3474 tree parmlist = void_list_node; local
|
| call.cc | 598 /* Returns nonzero if PARMLIST consists of only default parms, 602 sufficient_parms_p (const_tree parmlist) 604 for (; parmlist && parmlist != void_list_node; 605 parmlist = TREE_CHAIN (parmlist)) 606 if (!TREE_PURPOSE (parmlist) 607 && !PACK_EXPANSION_P (TREE_VALUE (parmlist))) 2415 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (fn)); local 2429 parmlist = FUNCTION_FIRST_USER_PARMTYPE (DECL_ORIGIN (fn)) 2626 tree parmlist, parmnode; local 6694 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (fn)); local 6988 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (cand->fn)); local [all...] |
| pt.cc | 494 push_inline_template_parms_recursive (tree parmlist, int levels) 496 tree parms = TREE_VALUE (parmlist); 500 push_inline_template_parms_recursive (TREE_CHAIN (parmlist), levels - 1); 507 = TEMPLATE_PARMS_CONSTRAINTS (parmlist); 8005 tree parmlist = DECL_INNERMOST_TEMPLATE_PARMS (templ); local 8006 return coerce_template_parms (parmlist, arglist, templ, complain); 9948 tree templ = NULL_TREE, parmlist; local 10067 parmlist = DECL_TEMPLATE_PARMS (gen_tmpl); 10068 parm_depth = TMPL_PARMS_DEPTH (parmlist); 10143 arglist = coerce_template_parms (parmlist, arglist, gen_tmpl, complain) [all...] |
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-act.cc | 8552 tree parmlist; 8577 parmlist = METHOD_SEL_ARGS (method); 8578 while (parmlist) 8580 /* parmlist is a KEYWORD_DECL. */ 8581 tree type = TREE_VALUE (TREE_TYPE (parmlist)); 8585 PARM_DECL, KEYWORD_ARG_NAME (parmlist), type); 8586 decl_attributes (&parm, DECL_ATTRIBUTES (parmlist), 0); 8588 parmlist = DECL_CHAIN (parmlist); 8865 tree parmlist 8548 tree parmlist; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| builtins.cc | 8140 const_tree fndecl, arg, parmlist; 8151 parmlist = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); 8153 for (; parmlist; parmlist = TREE_CHAIN (parmlist)) 8157 parmtype = TREE_VALUE (parmlist); 8137 const_tree fndecl, arg, parmlist; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| class.cc | 3237 tree parmlist = void_list_node; 3239 parmlist = tree_cons (NULL_TREE, parms[i], parmlist); 3241 t, false, ctor, parmlist); 3233 tree parmlist = void_list_node; local
|
| pt.cc | 463 push_inline_template_parms_recursive (tree parmlist, int levels) 465 tree parms = TREE_VALUE (parmlist); 469 push_inline_template_parms_recursive (TREE_CHAIN (parmlist), levels - 1); 7896 tree parmlist = DECL_INNERMOST_TEMPLATE_PARMS (templ); local 7897 return coerce_template_parms (parmlist, arglist, templ, 9859 tree templ = NULL_TREE, parmlist; local 9981 parmlist = DECL_TEMPLATE_PARMS (gen_tmpl); 9982 parm_depth = TMPL_PARMS_DEPTH (parmlist); 10020 arglist = coerce_innermost_template_parms (parmlist, arglist, gen_tmpl,
|
| call.cc | 588 /* Returns nonzero if PARMLIST consists of only default parms, 592 sufficient_parms_p (const_tree parmlist) 594 for (; parmlist && parmlist != void_list_node; 595 parmlist = TREE_CHAIN (parmlist)) 596 if (!TREE_PURPOSE (parmlist) 597 && !PACK_EXPANSION_P (TREE_VALUE (parmlist))) 2327 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (fn)); local 2341 parmlist = FUNCTION_FIRST_USER_PARMTYPE (DECL_ORIGIN (fn)) 2533 tree parmlist, parmnode; local 6183 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (fn)); local 6408 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (cand->fn)); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-act.cc | 8554 tree parmlist; 8579 parmlist = METHOD_SEL_ARGS (method); 8580 while (parmlist) 8582 /* parmlist is a KEYWORD_DECL. */ 8583 tree type = TREE_VALUE (TREE_TYPE (parmlist)); 8587 PARM_DECL, KEYWORD_ARG_NAME (parmlist), type); 8588 decl_attributes (&parm, DECL_ATTRIBUTES (parmlist), 0); 8590 parmlist = DECL_CHAIN (parmlist); 8867 tree parmlist 8550 tree parmlist; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| builtins.cc | 8952 const_tree fndecl, arg, parmlist; 8963 parmlist = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); 8965 for (; parmlist; parmlist = TREE_CHAIN (parmlist)) 8969 parmtype = TREE_VALUE (parmlist); 8949 const_tree fndecl, arg, parmlist; local
|