| /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/bsd/iscsi/dist/src/lib/ |
| storage.c | 292 find_target(targv_t *targs, char *s) 296 for (i = 0 ; i < targs->c ; i++) { 297 if (strcmp(targs->v[i].target, s) == 0) { 298 return &targs->v[i]; 306 do_target(conffile_t *cf, targv_t *targs, devv_t *devvp, extv_t *extents, ent_t *ep) 324 if (find_target(targs, tgt) != NULL) { 332 ALLOC(disc_target_t, targs->v, targs->size, targs->c, 14, 14, 351 targs->v[targs->c].iqn = strdup(iqn) [all...] |
| /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/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/libiberty/ |
| argv.c | 545 char **targs; local 556 for (targs = argv; *targs != NULL; targs++) 558 printf ("\t\"%s\"\n", *targs);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| 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...] |
| 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...] |
| 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...] |
| decl2.cc | 2833 constrain_visibility_for_template (tree decl, tree targs) 2838 tree args = INNERMOST_TEMPLATE_ARGS (targs);
|
| 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);
|
| init.cc | 784 tree targs = CLASSTYPE_TI_ARGS (initlist); 785 tree elttype = TREE_VEC_ELT (targs, 0);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| 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...] |
| 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);
|
| 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...] |
| /src/external/gpl3/gcc/dist/libcc1/ |
| libcp1plugin.cc | 2194 targlist (const gcc_cp_template_args *targs) 2196 int n = targs->n_elements; 2200 switch (targs->kinds[n]) 2203 TREE_VEC_ELT (vec, n) = convert_in (targs->elements[n].value); 2206 TREE_VEC_ELT (vec, n) = convert_in (targs->elements[n].type); 2209 TREE_VEC_ELT (vec, n) = convert_in (targs->elements[n].templ); 2212 TREE_VEC_ELT (vec, n) = convert_in (targs->elements[n].pack); 2225 const gcc_cp_template_args *targs) 2230 if (targs) 2232 name, targlist (targs)); [all...] |
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| libcp1plugin.cc | 2193 targlist (const gcc_cp_template_args *targs) 2195 int n = targs->n_elements; 2199 switch (targs->kinds[n]) 2202 TREE_VEC_ELT (vec, n) = convert_in (targs->elements[n].value); 2205 TREE_VEC_ELT (vec, n) = convert_in (targs->elements[n].type); 2208 TREE_VEC_ELT (vec, n) = convert_in (targs->elements[n].templ); 2211 TREE_VEC_ELT (vec, n) = convert_in (targs->elements[n].pack); 2224 const gcc_cp_template_args *targs) 2229 if (targs) 2231 name, targlist (targs)); [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple.cc | 2833 tree targs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); 2838 if (!targs) 2841 tree type = TREE_VALUE (targs); 2852 targs = TREE_CHAIN (targs); 2854 if (targs && !VOID_TYPE_P (TREE_VALUE (targs)))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple.cc | 2801 tree targs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); 2806 if (!targs) 2809 tree type = TREE_VALUE (targs); 2820 targs = TREE_CHAIN (targs); 2822 if (targs && !VOID_TYPE_P (TREE_VALUE (targs)))
|
| tree.cc | 8525 tree targs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); 8527 for (unsigned i = 0; i < nargs; ++i, targs = TREE_CHAIN (targs)) 8530 if (!targs) 8533 tree type = TREE_VALUE (targs); 8563 if (targs && !VOID_TYPE_P (TREE_VALUE (targs)))
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/ |
| printers.py | 2009 targs = get_template_arg_list(self._val.type) 2010 char_type = get_template_arg_list(targs[0])[1]
|