Searched refs:arg_num (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dipa-prop.c415 int arg_num; local
420 arg_num = 0;
422 arg_num++;
423 ipa_callsite_param_count_set (cs, arg_num);
435 int arg_num; local
445 arg_num = 0;
457 ipa_callsite_param_set_type (cs, arg_num, UNKNOWN_IPATYPE);
460 ipa_callsite_param_set_type (cs, arg_num, FORMAL_IPATYPE);
461 ipa_callsite_param_set_info_type_formal (cs, arg_num, i);
470 ipa_callsite_param_set_type (cs, arg_num, CONST_IPATYP
[all...]
H A Dc-format.c283 int arg_num;
1203 unsigned HOST_WIDE_INT arg_num;
1208 for (arg_num = 1; ; ++arg_num)
1212 if (arg_num == info->format_num)
1234 format_tree, arg_num);
1252 while (arg_num + 1 < info->first_arg_num)
1257 ++arg_num;
1303 unsigned HOST_WIDE_INT arg_num)
1329 while (arg_num
280 int arg_num; member in struct:format_wanted_type
1199 unsigned HOST_WIDE_INT arg_num; local
1298 check_format_arg(void *ctx, tree format_tree, unsigned HOST_WIDE_INT arg_num) argument
1467 check_format_info_main(format_check_results *res, function_format_info *info, const char *format_chars, int format_length, tree params, unsigned HOST_WIDE_INT arg_num) argument
2171 int arg_num; local
2322 format_type_warning(const char *descr, const char *format_start, int format_length, tree wanted_type, int pointer_count, const char *wanted_type_name, tree arg_type, int arg_num) argument
2772 unsigned HOST_WIDE_INT arg_num = 1; local
[all...]
H A Dc-common.c5549 unsigned HOST_WIDE_INT arg_num = 0, ck_num;
5551 if (!get_nonnull_operand (TREE_VALUE (args), &arg_num))
5564 if (!argument || ck_num == arg_num)
5573 (unsigned long) attr_arg_num, (unsigned long) arg_num);
5581 (unsigned long) attr_arg_num, (unsigned long) arg_num);
5699 unsigned HOST_WIDE_INT arg_num = 0;
5703 bool found = get_nonnull_operand (TREE_VALUE (args), &arg_num);
5707 if (arg_num == param_num)
5532 unsigned HOST_WIDE_INT arg_num = 0, ck_num; local
5682 unsigned HOST_WIDE_INT arg_num = 0; local
H A Dtree-vrp.c257 unsigned HOST_WIDE_INT arg_num; local
277 for (arg_num = 1, t = DECL_ARGUMENTS (current_function_decl);
279 t = TREE_CHAIN (t), arg_num++)
290 if (compare_tree_int (TREE_VALUE (t), arg_num) == 0)
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_parse.h155 int arg_num; member in struct:proc_list
H A Drpc_tblout.c133 if( proc->arg_num > 1 )
H A Drpc_sample.c104 if(proc->arg_num < 2 && !newstyle) {
143 if (proc->arg_num < 2 && !newstyle) {
H A Drpc_hout.c172 if (!newstyle || plist->arg_num < 2) {
351 if (proc->arg_num < 2 && newstyle &&
H A Drpc_clntout.c174 bool_t args2 = (proc->arg_num > 1);
H A Drpc_svcout.c351 if (proc->arg_num > 1)
370 if (proc->arg_num < 2) { /* single argument */
408 if (proc->arg_num < 2) { /* single argument */
482 if (proc->arg_num < 2) { /* single argument */
H A Drpc_cout.c304 if (!newstyle || plist->arg_num < 2)
H A Drpc_parse.c215 plist->arg_num = num_args;

Completed in 226 milliseconds