Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/regen/
H A Dop_private188 my (%maxarg, %args0, %args1, %args2, %args3, %args4);
211 $args1{$_} = 1 for (
228 grep !$maxarg{$_} && !$args0{$_} && !$args1{$_},
233 && !$args1{$_} && !$args2{$_},
240 grep !$args0{$_} && !$args1{$_}
257 for (sort keys %args1) {
/openbsd/regress/usr.bin/openssl/options/
H A Doptionstest.c71 char *args1[] = { "opts" }; variable
104 .argv = args1,
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c620 tree args1, args2; local
629 args1 = TYPE_ARG_TYPES (f1);
635 if (args1 == 0)
667 type_lists_compatible_p (args1, args2) in type_lists_compatible_p() argument
668 tree args1, args2; in type_lists_compatible_p()
676 if (args1 == 0 && args2 == 0)
680 if (args1 == 0 || args2 == 0)
686 if (TREE_VALUE (args1) == 0)
693 if (c_type_promotes_to (TREE_VALUE (args1)) != TREE_VALUE (args1))
721 TYPE_SIZE (TREE_VALUE (args1))))
[all …]
/openbsd/gnu/gcc/gcc/
H A Dc-typeck.c1257 tree args1, args2; in function_types_compatible_p() local
1280 args1 = TYPE_ARG_TYPES (f1); in function_types_compatible_p()
1286 if (args1 == 0) in function_types_compatible_p()
1300 if (!self_promoting_args_p (args1)) in function_types_compatible_p()
1303 && 1 != type_lists_compatible_p (args1, TYPE_ACTUAL_ARG_TYPES (f2))) in function_types_compatible_p()
1309 val1 = type_lists_compatible_p (args1, args2); in function_types_compatible_p()
1318 type_lists_compatible_p (tree args1, tree args2) in type_lists_compatible_p() argument
1327 if (args1 == 0 && args2 == 0) in type_lists_compatible_p()
1331 if (args1 == 0 || args2 == 0) in type_lists_compatible_p()
1333 mv1 = a1 = TREE_VALUE (args1); in type_lists_compatible_p()
[all …]
/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c11058 tree args1 = TYPE_ARG_TYPES (TREE_TYPE (decl1)); in more_specialized_fn() local
11072 args1 = TREE_CHAIN (args1); in more_specialized_fn()
11082 args1 = TREE_CHAIN (args1); in more_specialized_fn()
11093 args1 = tree_cons (NULL_TREE, TREE_TYPE (TREE_TYPE (decl1)), args1); in more_specialized_fn()
11102 tree arg1 = TREE_VALUE (args1); in more_specialized_fn()
11189 args1 = TREE_CHAIN (args1); in more_specialized_fn()