Home
last modified time | relevance | path

Searched refs:args1 (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/
H A Dacracoon.m437 va_list args1, args2;
38 va_start (args1, i);
39 va_copy (args2, args1);
40 if (va_arg (args1, int) != 1 || va_arg (args2, int) != 1)
42 va_end (args1);
59 va_list args1, args2;
60 va_start (args1, i);
61 __va_copy (args2, args1);
62 if (va_arg (args1, int) != 1 || va_arg (args2, int) != 1)
64 va_end (args1);
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_advlock.c574 nlm_testargs args1; in nlm_test_rpc() local
578 args1.cookie = args->cookie; in nlm_test_rpc()
579 args1.exclusive = args->exclusive; in nlm_test_rpc()
580 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_test_rpc()
583 stat = nlm_test_1(&args1, &res1, client, ext, timo); in nlm_test_rpc()
605 nlm_lockargs args1; in nlm_lock_rpc() local
609 args1.cookie = args->cookie; in nlm_lock_rpc()
610 args1.block = args->block; in nlm_lock_rpc()
611 args1.exclusive = args->exclusive; in nlm_lock_rpc()
612 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_lock_rpc()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dopover.c582 Expressions args1; in op_overload() local
670 args1.setDim(1); in op_overload()
671 args1[0] = e->e1; in op_overload()
672 expandTuples(&args1); in op_overload()
696 functionResolve(&m, s_r, e->loc, sc, tiargs, e->e2->type, &args1); in op_overload()
767 args1.setDim(1); in op_overload()
768 args1[0] = e->e1; in op_overload()
769 expandTuples(&args1); in op_overload()
793 functionResolve(&m, s, e->loc, sc, tiargs, e->e2->type, &args1); in op_overload()
1423 Expressions args1; in compare_overload() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dopover.d602 Expressions args1; in visitBin() local
703 args1.setDim(1); in visitBin()
704 args1[0] = e.e1; in visitBin()
705 expandTuples(&args1); in visitBin()
722 functionResolve(m, s_r, e.loc, sc, tiargs, e.e2.type, &args1); in visitBin()
785 args1.setDim(1); in visitBin()
786 args1[0] = e.e1; in visitBin()
787 expandTuples(&args1); in visitBin()
804 functionResolve(m, s, e.loc, sc, tiargs, e.e2.type, &args1); in visitBin()
1332 Expressions args1 = Expressions(1); in compare_overload() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-icf-gimple.cc725 class ipa_edge_args *args1 = ipa_edge_args_sum->get (e1); in compare_gimple_call() local
727 if ((args1 != nullptr) != (args2 != nullptr)) in compare_gimple_call()
729 if (args1) in compare_gimple_call()
731 int n1 = ipa_get_cs_argument_count (args1); in compare_gimple_call()
737 struct ipa_jump_func *jf1 = ipa_get_ith_jump_func (args1, i); in compare_gimple_call()
H A DChangeLog-200533142 (type_lists_compatible_p): Cache TREE_VALUE (args1) and TREE_VALUE
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c213 gfc_actual_arglist *args1; in gfc_dep_compare_functions() local
226 args1 = e1->value.function.actual; in gfc_dep_compare_functions()
230 while (args1 && args2) in gfc_dep_compare_functions()
233 if ((args1->expr == NULL) ^ (args2->expr == NULL)) in gfc_dep_compare_functions()
236 if (args1->expr != NULL && args2->expr != NULL) in gfc_dep_compare_functions()
239 e1 = args1->expr; in gfc_dep_compare_functions()
257 args1 = args1->next; in gfc_dep_compare_functions()
260 return (args1 || args2) ? -2 : 0; in gfc_dep_compare_functions()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc214 gfc_actual_arglist *args1; in gfc_dep_compare_functions() local
227 args1 = e1->value.function.actual; in gfc_dep_compare_functions()
231 while (args1 && args2) in gfc_dep_compare_functions()
234 if ((args1->expr == NULL) ^ (args2->expr == NULL)) in gfc_dep_compare_functions()
237 if (args1->expr != NULL && args2->expr != NULL) in gfc_dep_compare_functions()
240 e1 = args1->expr; in gfc_dep_compare_functions()
258 args1 = args1->next; in gfc_dep_compare_functions()
261 return (args1 || args2) ? -2 : 0; in gfc_dep_compare_functions()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dlifetime.d117 alias args1 = args[1..$]; variable
119 else alias args1 = args; variable
122 static if (is(typeof(chunk.__ctor(forward!args1))))
126 chunk.__ctor(forward!args1);
130 static assert(args1.length == 0 && !is(typeof(&T.__ctor)),
132 ~ T.stringof ~ " with arguments " ~ typeof(args1).stringof);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c1647 tree args1, args2; in function_types_compatible_p() local
1670 args1 = TYPE_ARG_TYPES (f1); in function_types_compatible_p()
1674 && (args1 == NULL_TREE) != (args2 == NULL_TREE)) in function_types_compatible_p()
1680 if (args1 == NULL_TREE) in function_types_compatible_p()
1695 if (!self_promoting_args_p (args1)) in function_types_compatible_p()
1698 && type_lists_compatible_p (args1, TYPE_ACTUAL_ARG_TYPES (f2), in function_types_compatible_p()
1705 val1 = type_lists_compatible_p (args1, args2, enum_and_int_p, in function_types_compatible_p()
1716 type_lists_compatible_p (const_tree args1, const_tree args2, in type_lists_compatible_p() argument
1726 if (args1 == NULL_TREE && args2 == NULL_TREE) in type_lists_compatible_p()
1730 if (args1 == NULL_TREE || args2 == NULL_TREE) in type_lists_compatible_p()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc1661 tree args1, args2; in function_types_compatible_p() local
1684 args1 = TYPE_ARG_TYPES (f1); in function_types_compatible_p()
1688 && (args1 == NULL_TREE) != (args2 == NULL_TREE)) in function_types_compatible_p()
1694 if (args1 == NULL_TREE) in function_types_compatible_p()
1709 if (!self_promoting_args_p (args1)) in function_types_compatible_p()
1712 && type_lists_compatible_p (args1, TYPE_ACTUAL_ARG_TYPES (f2), in function_types_compatible_p()
1719 val1 = type_lists_compatible_p (args1, args2, enum_and_int_p, in function_types_compatible_p()
1730 type_lists_compatible_p (const_tree args1, const_tree args2, in type_lists_compatible_p() argument
1740 if (args1 == NULL_TREE && args2 == NULL_TREE) in type_lists_compatible_p()
1744 if (args1 == NULL_TREE || args2 == NULL_TREE) in type_lists_compatible_p()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconv.d4378 alias args1 = args[1..$];
4380 else alias args1 = args;
4383 static if (is(typeof(result.__ctor(args1))))
4387 result.__ctor(args1);
4391 static assert(args1.length == 0 && !is(typeof(&T.__ctor)),
4393 ~ T.stringof ~ " with arguments " ~ typeof(args1).stringof);
H A Dtypecons.d5288 package template Bind(alias Template, args1...)
5290 alias Bind(args2...) = Template!(args1, args2);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c24162 tree args1 = TYPE_ARG_TYPES (TREE_TYPE (decl1)); in more_specialized_fn() local
24177 args1 = TREE_CHAIN (args1); in more_specialized_fn()
24187 args1 = TREE_CHAIN (args1); in more_specialized_fn()
24198 args1 = tree_cons (NULL_TREE, TREE_TYPE (TREE_TYPE (decl1)), args1); in more_specialized_fn()
24205 origs1 = args1; in more_specialized_fn()
24210 && args1 != NULL_TREE && args2 != NULL_TREE) in more_specialized_fn()
24212 tree arg1 = TREE_VALUE (args1); in more_specialized_fn()
24282 int i, len1 = remaining_arguments (args1); in more_specialized_fn()
24285 tree ta = args1; in more_specialized_fn()
24368 args1 = TREE_CHAIN (args1); in more_specialized_fn()
[all …]
H A Dcall.c698 tree *args1 = (tree *) conversion_obstack_alloc (args_n_bytes); in template_unification_rejection() local
704 memcpy (args1, args, args_n_bytes); in template_unification_rejection()
705 r->u.template_unification.args = args1; in template_unification_rejection()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc25081 tree args1 = TYPE_ARG_TYPES (TREE_TYPE (decl1)); in more_specialized_fn() local
25096 args1 = TREE_CHAIN (args1); in more_specialized_fn()
25106 args1 = TREE_CHAIN (args1); in more_specialized_fn()
25117 args1 = tree_cons (NULL_TREE, TREE_TYPE (TREE_TYPE (decl1)), args1); in more_specialized_fn()
25124 origs1 = args1; in more_specialized_fn()
25129 && args1 != NULL_TREE && args2 != NULL_TREE) in more_specialized_fn()
25131 tree arg1 = TREE_VALUE (args1); in more_specialized_fn()
25194 int i, len1 = remaining_arguments (args1); in more_specialized_fn()
25197 tree ta = args1; in more_specialized_fn()
25278 args1 = TREE_CHAIN (args1); in more_specialized_fn()
[all …]
H A Dcall.cc696 tree *args1 = (tree *) conversion_obstack_alloc (args_n_bytes); in template_unification_rejection() local
702 memcpy (args1, args, args_n_bytes); in template_unification_rejection()
703 r->u.template_unification.args = args1; in template_unification_rejection()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d6546 package template Bind(alias Template, args1...)
6548 alias Bind(args2...) = Template!(args1, args2);
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS8684 558f0b8bf1c54b3b90220ccb25c98cf0 gcc/testsuite/c-c++-common/Wmemset-transposed-args1.c
19796 4d20fab4130f31b7ec276380c3136f16 gcc/testsuite/g++.dg/parse/args1.C
19976 c2a5649592cbbe88e85ed2dcd1b7cc0f gcc/testsuite/g++.dg/parse/dupl-tmpl-args1.C
20293 54f900bbaf5a52f25f73a885c0705826 gcc/testsuite/g++.dg/parse/too-many-tmpl-args1.C
21063 405318b0ed9079d8a3152d85bfbe6fc3 gcc/testsuite/g++.dg/template/dependent-args1.C
21185 e55630cc11be91571d5b580292e51090 gcc/testsuite/g++.dg/template/explicit-args1.C
23816 9c1182c49d88a52a42ba4e585684fe8a gcc/testsuite/g++.dg/warn/var-args1.C
24039 54f8d1fdf6f6cf1c18071d286afe93f1 gcc/testsuite/g++.old-deja/g++.brendan/def-args1.C
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS9255 558f0b8bf1c54b3b90220ccb25c98cf0 gcc/testsuite/c-c++-common/Wmemset-transposed-args1.c
22843 4d20fab4130f31b7ec276380c3136f16 gcc/testsuite/g++.dg/parse/args1.C
23024 c2a5649592cbbe88e85ed2dcd1b7cc0f gcc/testsuite/g++.dg/parse/dupl-tmpl-args1.C
23352 54f900bbaf5a52f25f73a885c0705826 gcc/testsuite/g++.dg/parse/too-many-tmpl-args1.C
24210 405318b0ed9079d8a3152d85bfbe6fc3 gcc/testsuite/g++.dg/template/dependent-args1.C
24340 e55630cc11be91571d5b580292e51090 gcc/testsuite/g++.dg/template/explicit-args1.C
27322 9c1182c49d88a52a42ba4e585684fe8a gcc/testsuite/g++.dg/warn/var-args1.C
27545 54f8d1fdf6f6cf1c18071d286afe93f1 gcc/testsuite/g++.old-deja/g++.brendan/def-args1.C