Home
last modified time | relevance | path

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

/netbsd/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/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()
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()
614 args1.state = args->state; in nlm_lock_rpc()
634 nlm_cancargs args1; in nlm_cancel_rpc() local
638 args1.cookie = args->cookie; in nlm_cancel_rpc()
639 args1.block = args->block; in nlm_cancel_rpc()
661 nlm_unlockargs args1; in nlm_unlock_rpc() local
[all …]
/netbsd/external/gpl3/gcc/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()
767 args1.setDim(1); in op_overload()
768 args1[0] = e->e1; in op_overload()
769 expandTuples(&args1); in op_overload()
1423 Expressions args1; in compare_overload() local
1426 args1.setDim(1); in compare_overload()
1427 args1[0] = e->e1; in compare_overload()
[all …]
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()
785 args1.setDim(1); in visitBin()
786 args1[0] = e.e1; in visitBin()
787 expandTuples(&args1); in visitBin()
1332 Expressions args1 = Expressions(1); in compare_overload() local
1333 args1[0] = e.e1; in compare_overload()
1334 expandTuples(&args1); in compare_overload()
[all …]
/netbsd/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()
767 args1.setDim(1); in op_overload()
768 args1[0] = e->e1; in op_overload()
769 expandTuples(&args1); in op_overload()
1423 Expressions args1; in compare_overload() local
1426 args1.setDim(1); in compare_overload()
1427 args1[0] = e->e1; in compare_overload()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Damd64-windows-tdep.c175 struct value **args1 = XALLOCAVEC (struct value *, nargs); in amd64_windows_push_arguments() local
177 memcpy (args1, args, nargs * sizeof (struct value *)); in amd64_windows_push_arguments()
178 sp = amd64_windows_adjust_args_passed_by_pointer (args1, nargs, sp); in amd64_windows_push_arguments()
179 args = args1; in amd64_windows_push_arguments()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Damd64-windows-tdep.c175 struct value **args1 = XALLOCAVEC (struct value *, nargs); in amd64_windows_push_arguments() local
177 memcpy (args1, args, nargs * sizeof (struct value *)); in amd64_windows_push_arguments()
178 sp = amd64_windows_adjust_args_passed_by_pointer (args1, nargs, sp); in amd64_windows_push_arguments()
179 args = args1; in amd64_windows_push_arguments()
/netbsd/external/gpl3/gcc/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()
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/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/external/gpl3/gcc/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()
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()
1732 mv1 = a1 = TREE_VALUE (args1); in type_lists_compatible_p()
[all …]
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()
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()
1746 mv1 = a1 = TREE_VALUE (args1); in type_lists_compatible_p()
[all …]
/netbsd/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()
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()
1732 mv1 = a1 = TREE_VALUE (args1); in type_lists_compatible_p()
[all …]
/netbsd/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/external/gpl3/gcc/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()
24285 tree ta = args1; in more_specialized_fn()
24368 args1 = TREE_CHAIN (args1); in more_specialized_fn()
24410 && args1 && TREE_VALUE (args1) in more_specialized_fn()
[all …]
H A Dpt.cc25067 tree args1 = TYPE_ARG_TYPES (TREE_TYPE (decl1)); in more_specialized_fn() local
25082 args1 = TREE_CHAIN (args1); in more_specialized_fn()
25092 args1 = TREE_CHAIN (args1); in more_specialized_fn()
25103 args1 = tree_cons (NULL_TREE, TREE_TYPE (TREE_TYPE (decl1)), args1); in more_specialized_fn()
25110 origs1 = args1; in more_specialized_fn()
25115 && args1 != NULL_TREE && args2 != NULL_TREE) in more_specialized_fn()
25117 tree arg1 = TREE_VALUE (args1); in more_specialized_fn()
25183 tree ta = args1; in more_specialized_fn()
25264 args1 = TREE_CHAIN (args1); in more_specialized_fn()
25306 && args1 && TREE_VALUE (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()
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/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()
24285 tree ta = args1; in more_specialized_fn()
24368 args1 = TREE_CHAIN (args1); in more_specialized_fn()
24410 && args1 && TREE_VALUE (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/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d6506 package template Bind(alias Template, args1...)
6508 alias Bind(args2...) = Template!(args1, args2);
/netbsd/external/gpl3/gcc/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/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/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200533142 (type_lists_compatible_p): Cache TREE_VALUE (args1) and TREE_VALUE