Searched refs:targs (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/legacy/binutils/libiberty/
H A Dargv.c437 char **targs; local
448 for (targs = argv; *targs != NULL; targs++)
450 printf ("\t\"%s\"\n", *targs);
/haiku-buildtools/legacy/gcc/libiberty/
H A Dargv.c368 char **targs; local
379 for (targs = argv; *targs != NULL; targs++)
381 printf ("\t\"%s\"\n", *targs);
/haiku-buildtools/gcc/libiberty/
H A Dargv.c517 char **targs; local
528 for (targs = argv; *targs != NULL; targs++)
530 printf ("\t\"%s\"\n", *targs);
/haiku-buildtools/binutils/libiberty/
H A Dargv.c532 char **targs; local
543 for (targs = argv; *targs != NULL; targs++)
545 printf ("\t\"%s\"\n", *targs);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c961 tree targs; local
1037 targs = get_bindings (tmpl, decl, explicit_targs);
1039 if (!targs)
1045 templates = scratch_tree_cons (targs, tmpl, templates);
1084 targs = get_bindings (tmpl, decl, explicit_targs);
1085 templates = scratch_tree_cons (targs, tmpl, NULL_TREE);
1116 targs = DECL_TI_ARGS (DECL_RESULT (TREE_VALUE (templates)));
1117 if (TMPL_ARGS_HAVE_MULTIPLE_LEVELS (targs))
1119 *targs_out = copy_node (targs);
1308 tree targs local
6971 tree targs = tsubst_copy (TREE_OPERAND (t, 1), args, complain, local
8596 tree targs; local
8620 tree targs; local
8648 tree targs = make_scratch_vec (ntparms); local
9761 tree targs; local
[all...]
H A Dmethod.c1622 build_decl_overload_real (dname, parms, ret_type, tparms, targs,
1628 tree targs;
1660 build_template_parm_names (tparms, targs);
H A Dcall.c1792 tree targs = make_scratch_vec (ntparms); local
1797 i = fn_type_unification (tmpl, explicit_targs, targs, arglist,
1803 fn = instantiate_template (tmpl, targs);
1830 cand->template = tree_cons (tmpl, targs, NULL_TREE);
H A Dclass.c5169 tree targs;
5182 targs = make_scratch_vec (DECL_NTPARMS (fn));
5183 if (fn_type_unification (fn, explicit_targs, targs,
5190 instantiation = instantiate_template (fn, targs);
5163 tree targs; local
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c212 static void perform_typedefs_access_check (tree tmpl, tree targs);
1867 tree targs; local
1926 targs = coerce_template_parms (parms, explicit_targs, fns,
1929 templates = tree_cons (targs, fns, templates);
2017 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true);
2020 if (!targs)
2026 insttype = tsubst (TREE_TYPE (fn), targs, tf_none, NULL_TREE);
2035 templates = tree_cons (targs, fn, templates);
2167 targs = DECL_TI_ARGS (DECL_TEMPLATE_RESULT (TREE_VALUE (templates)));
2168 if (TMPL_ARGS_HAVE_MULTIPLE_LEVELS (targs))
2563 tree targs = NULL_TREE; local
6494 template_template_parm_bindings_ok_p(tree tparms, tree targs) argument
9179 perform_typedefs_access_check(tree tmpl, tree targs) argument
13488 tree targs = TREE_OPERAND (t, 1); local
14787 tree targs = TREE_OPERAND (t, 1); local
16353 fn_type_unification(tree fn, tree explicit_targs, tree targs, const tree *args, unsigned int nargs, tree return_type, unification_kind_t strict, int flags, bool explain_p, bool decltype_p) argument
16939 unify_one_argument(tree tparms, tree targs, tree parm, tree arg, int subr, unification_kind_t strict, int flags, bool explain_p) argument
17046 type_unification_real(tree tparms, tree targs, tree xparms, const tree *xargs, unsigned int xnargs, int subr, unification_kind_t strict, int flags, vec<deferred_access_check, va_gc> **checks, bool explain_p) argument
17265 resolve_overloaded_unification(tree tparms, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict, bool explain_p) argument
17502 try_one_overload(tree tparms, tree orig_targs, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict, bool addr_p, bool explain_p) argument
17581 try_class_unification(tree tparms, tree targs, tree parm, tree arg, bool explain_p) argument
17639 get_template_base(tree tparms, tree targs, tree parm, tree arg, bool explain_p, tree *result) argument
17781 unify_pack_expansion(tree tparms, tree targs, tree packed_parms, tree packed_args, unification_kind_t strict, bool subr, bool explain_p) argument
17966 unify_array_domain(tree tparms, tree targs, tree parm_dom, tree arg_dom, bool explain_p) argument
18069 unify(tree tparms, tree targs, tree parm, tree arg, int strict, bool explain_p) argument
18908 check_undeduced_parms(tree targs, tree args, tree end) argument
19220 tree targs; local
19289 tree targs = make_tree_vec (ntparms); local
22394 tree targs; local
[all...]
H A Dcall.c516 tree targs; member in struct:rejection_reason::__anon47::__anon50
701 template_unification_rejection (tree tmpl, tree explicit_targs, tree targs, argument
711 r->u.template_unification.num_targs = TREE_VEC_LENGTH (targs);
3009 tree targs = make_tree_vec (ntparms); local
3065 fn = fn_type_unification (tmpl, explicit_targs, targs,
3076 targs, args_without_in_chrg,
3143 cand->template_decl = build_template_info (tmpl, targs);
H A Derror.c3062 tree targs = TREE_VALUE (p); local
3072 dump_substitution (cxx_pp, NULL, tparms, targs, /*flags=*/0);
H A Ddecl2.c2227 constrain_visibility_for_template (tree decl, tree targs)
2232 tree args = INNERMOST_TEMPLATE_ARGS (targs);
2222 constrain_visibility_for_template(tree decl, tree targs) argument
H A Dclass.c7646 tree targs;
7666 targs = make_tree_vec (DECL_NTPARMS (fn));
7667 instantiation = fn_type_unification (fn, explicit_targs, targs, args,
7639 tree targs; local
/haiku-buildtools/gcc/gcc/
H A Dgimple.c2506 tree targs = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
2511 if (!targs)
2514 if (!validate_type (TREE_TYPE (arg), TREE_VALUE (targs)))
2516 targs = TREE_CHAIN (targs);
2518 if (targs && !VOID_TYPE_P (TREE_VALUE (targs)))

Completed in 292 milliseconds