HomeSort by: relevance | last modified time | path
    Searched defs:targs (Results 1 - 21 of 21) sorted by relevancy

  /src/tests/fs/msdosfs/
t_snapshot.c 43 struct tmpfs_args targs = { .ta_version = TMPFS_ARGS_VERSION, }; local
47 if (rump_sys_mount(MOUNT_TMPFS, "/stor", 0, &targs,sizeof(targs)) == -1)
  /src/tests/fs/nullfs/
t_basic.c 75 struct tmpfs_args targs; local
86 memset(&targs, 0, sizeof(targs));
87 targs.ta_version = TMPFS_ARGS_VERSION;
88 targs.ta_root_mode = 0777;
89 if (rump_sys_mount(MOUNT_TMPFS, "/td1", 0, &targs, sizeof(targs)) == -1)
  /src/tests/fs/umapfs/
t_basic.c 72 struct tmpfs_args targs; local
83 memset(&targs, 0, sizeof(targs));
84 targs.ta_version = TMPFS_ARGS_VERSION;
85 targs.ta_root_mode = 0777;
86 if (rump_sys_mount(MOUNT_TMPFS, "/td1", 0, &targs, sizeof(targs)) == -1)
  /src/external/gpl3/binutils/dist/libiberty/
argv.c 521 char **targs; local
532 for (targs = argv; *targs != NULL; targs++)
534 printf ("\t\"%s\"\n", *targs);
  /src/external/gpl3/binutils.old/dist/libiberty/
argv.c 521 char **targs; local
532 for (targs = argv; *targs != NULL; targs++)
534 printf ("\t\"%s\"\n", *targs);
  /src/external/gpl3/gcc/dist/libiberty/
argv.c 532 char **targs; local
543 for (targs = argv; *targs != NULL; targs++)
545 printf ("\t\"%s\"\n", *targs);
  /src/external/gpl3/gcc.old/dist/libiberty/
argv.c 545 char **targs; local
556 for (targs = argv; *targs != NULL; targs++)
558 printf ("\t\"%s\"\n", *targs);
  /src/external/gpl3/gdb.old/dist/libiberty/
argv.c 521 char **targs; local
532 for (targs = argv; *targs != NULL; targs++)
534 printf ("\t\"%s\"\n", *targs);
  /src/external/gpl3/gdb/dist/libiberty/
argv.c 521 char **targs; local
532 for (targs = argv; *targs != NULL; targs++)
534 printf ("\t\"%s\"\n", *targs);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 3441 tree targs = TREE_VALUE (p); local
3451 dump_substitution (cxx_pp, NULL, tparms, targs, /*flags=*/0);
constraint.cc 706 tree targs = TREE_OPERAND (id, 1); local
720 targs = tsubst_template_args (targs, args, info.complain, info.in_decl);
721 if (targs == error_mark_node)
729 tree subst = coerce_template_parms (parms, targs, tmpl);
class.cc 8511 tree targs;
8531 targs = make_tree_vec (DECL_NTPARMS (fn));
8532 instantiation = fn_type_unification (fn, explicit_targs, targs, args,
8504 tree targs; local
pt.cc 2159 tree targs; local
2224 targs = coerce_template_parms (parms, explicit_targs, fns,
2227 if (targs != error_mark_node
2228 && constraints_satisfied_p (fns, targs))
2229 templates = tree_cons (targs, fns, templates);
2353 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true);
2356 if (!targs)
2361 if (uses_template_parms (targs))
2367 templates = tree_cons (targs, fn, templates);
3001 tree targs = NULL_TREE local
8147 tree targs = make_tree_vec (nargs); local
    [all...]
call.cc 481 tree targs; member in struct:rejection_reason::__anon15971::__anon15974
690 template_unification_rejection (tree tmpl, tree explicit_targs, tree targs,
700 r->u.template_unification.num_targs = TREE_VEC_LENGTH (targs);
3401 tree targs = make_tree_vec (ntparms); local
3555 fn = fn_type_unification (tmpl, explicit_targs, targs,
3566 targs, args_without_in_chrg,
3621 cand->template_decl = build_template_info (tmpl, targs);
4750 tree targs = NULL_TREE; local
4753 targs = TREE_OPERAND (fn, 1);
4758 if (targs)
    [all...]
decl.cc 8810 tree targs = make_tree_vec (1);
8811 TREE_VEC_ELT (targs, 0) = build_int_cst (integer_type_node, i);
8846 fns = lookup_template_function (fns, targs);
8854 fns = lookup_template_function (get__identifier, targs);
8798 tree targs = make_tree_vec (1); local
  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 747 tree targs = TREE_OPERAND (id, 1); local
761 targs = tsubst_template_args (targs, args, info.complain, info.in_decl);
762 if (targs == error_mark_node)
764 if (template_args_equal (targs, generic_targs_for (tmpl)))
766 targs = NULL_TREE;
770 if (targs && args)
773 targs = coerce_template_parms (parms, targs, tmpl, tf_none);
774 if (targs == error_mark_node
    [all...]
error.cc 397 pp_string (pp, colorize_start (pp_show_color (pp), "targs"));
3521 tree targs = TREE_VALUE (p); local
3532 dump_substitution (cxx_pp, NULL, tparms, targs, /*flags=*/0);
class.cc 8843 tree targs;
8863 targs = make_tree_vec (DECL_NTPARMS (fn));
8864 instantiation = fn_type_unification (fn, explicit_targs, targs, args,
8836 tree targs; local
call.cc 491 tree targs; member in struct:rejection_reason::__anon13543::__anon13546
709 template_unification_rejection (tree tmpl, tree explicit_targs, tree targs,
719 r->u.template_unification.num_targs = TREE_VEC_LENGTH (targs);
3502 tree targs = make_tree_vec (ntparms); local
3654 fn = fn_type_unification (tmpl, explicit_targs, targs,
3665 targs, args_without_in_chrg,
3722 cand->template_decl = build_template_info (tmpl, targs);
5035 tree targs = NULL_TREE; local
5038 targs = TREE_OPERAND (fn, 1);
5043 if (targs)
    [all...]
decl.cc 9227 tree targs = make_tree_vec (1);
9228 TREE_VEC_ELT (targs, 0) = build_int_cst (integer_type_node, i);
9263 fns = lookup_template_function (fns, targs);
9271 fns = lookup_template_function (get__identifier, targs);
9215 tree targs = make_tree_vec (1); local
pt.cc 2141 tree targs; local
2206 targs = coerce_template_parms (parms, explicit_targs, fns,
2208 if (targs != error_mark_node
2209 && constraints_satisfied_p (fns, targs))
2210 templates = tree_cons (targs, fns, templates);
2334 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true);
2337 if (!targs)
2342 if (uses_template_parms (targs))
2348 templates = tree_cons (targs, fn, templates);
2982 tree targs = NULL_TREE local
8284 tree targs = make_tree_vec (nargs); local
17568 tree targs = INNERMOST_TEMPLATE_ARGS (TI_ARGS (tinfo)); local
20154 tree targs = TREE_OPERAND (t, 1); local
22779 diagnose_constraints (DECL_SOURCE_LOCATION (fn), fn, targs); local
23378 tree &targs = d->value; local
23442 tree targs = INNERMOST_TEMPLATE_ARGS (full_targs); local
25963 tree targs; local
26035 tree targs = make_tree_vec (ntparms); local
30030 tree tparms, targs, fparms, fargs, ci; local
30274 tree targs = make_tree_vec (TREE_VEC_LENGTH (tparms)); local
30481 tree targs = make_tree_vec (len); local
30627 tree targs = type_targs_deducible_from (tmpl, ret); local
30732 tree targs = make_tree_vec (len); local
31501 tree targs = add_outermost_template_args (current_template_args (), local
    [all...]

Completed in 135 milliseconds