Searched refs:fargs (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | constraint.cc | 152 vec<tree, va_gc> *fargs = make_tree_vector(); in build_call_check() local 153 tree call = finish_call_expr (id, &fargs, false, false, tf_none); in build_call_check() 154 release_tree_vector (fargs); in build_call_check()
|
| HD | call.c | 8077 tree *fargs = (!nargs ? argarray in build_over_call() local 8085 fargs[j] = TREE_OPERAND (argarray[j], 0); in build_over_call() 8087 fargs[j] = maybe_constant_value (argarray[j]); in build_over_call() 8091 nargs, fargs, NULL); in build_over_call()
|
| HD | pt.c | 26366 tree type, tparms, targs, fparms, fargs, ci; in build_deduction_guide() local 26388 fargs = NULL_TREE; in build_deduction_guide() 26414 fargs = TREE_CHAIN (DECL_ARGUMENTS (ctor)); in build_deduction_guide() 26485 fargs = tsubst (fargs, tsubst_args, complain, ctor); in build_deduction_guide() 26509 DECL_ARGUMENTS (ded_fn) = fargs; in build_deduction_guide()
|