Searched refs:fparms (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | pt.c | 26366 tree type, tparms, targs, fparms, fargs, ci; in build_deduction_guide() local 26379 fparms = tree_cons (NULL_TREE, type, void_list_node); in build_deduction_guide() 26382 fparms = void_list_node; in build_deduction_guide() 26413 fparms = FUNCTION_ARG_CHAIN (ctor); in build_deduction_guide() 26481 fparms = tsubst_arg_types (fparms, tsubst_args, NULL_TREE, in build_deduction_guide() 26483 if (fparms == error_mark_node) in build_deduction_guide() 26505 tree fntype = build_function_type (type, fparms); in build_deduction_guide()
|