Searched refs:arg_count (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/java/
H A Dverify-glue.c113 int arg_count = 0; local
122 arg_count += 1;
125 return arg_count;
H A Dverify-impl.c2175 int arg_count, i; local
2203 arg_count = vfy_count_arguments (vfy_get_signature (vfr->current_method));
2205 type *arg_types = (type *) vfy_alloc (arg_count * sizeof (type));
2207 for (i = 0; i < arg_count; ++i)
2939 int i, arg_count; local
2970 arg_count = vfy_count_arguments (method_signature);
2973 type *arg_types = (type *) vfy_alloc (arg_count * sizeof (type));
2976 for (i = arg_count - 1; i >= 0; --i)
/haiku-buildtools/legacy/gcc/gcc/config/sh/
H A Dsh.h956 int arg_count[2];
980 && (CUM).arg_count[(int) SH_ARG_FLOAT] < NPARM_REGS (MODE)))\
982 ? ((CUM).arg_count[(int) GET_SH_ARG_CLASS (MODE)] \
983 + ((CUM).arg_count[(int) GET_SH_ARG_CLASS (MODE)] & 1)) \
984 : (CUM).arg_count[(int) GET_SH_ARG_CLASS (MODE)])
995 (CUM).arg_count[(int) SH_ARG_INT] = 0; \
996 (CUM).arg_count[(int) SH_ARG_FLOAT] = 0; \
1006 ((CUM).arg_count[(int) GET_SH_ARG_CLASS (MODE)] \
1021 ? (((CUM).arg_count[(int) SH_ARG_INT] * UNITS_PER_WORD \
949 int arg_count[2]; member in struct:sh_args
H A Dsh.c3751 - current_function_args_info.arg_count[(int) SH_ARG_INT]
3864 int first_intreg = current_function_args_info.arg_count[(int) SH_ARG_INT];
3868 int first_floatreg = current_function_args_info.arg_count[(int) SH_ARG_FLOAT];
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh.h1306 int arg_count[2];
1482 ((CUM).arg_count[(int) SH_ARG_INT] < NPARM_REGS (SImode) \
1484 + (CUM).arg_count[(int) SH_ARG_FLOAT]) \
1489 ((CUM).arg_count[(int) SH_ARG_INT] < NPARM_REGS (SImode) \
1491 + (CUM).arg_count[(int) SH_ARG_INT]) \
1493 + (CUM).arg_count[(int) SH_ARG_FLOAT])), \
1505 ((CUM).arg_count[(int) SH_ARG_INT] < NPARM_REGS (SImode) \
1521 && ((CUM).arg_count[(int) SH_ARG_INT] \
1299 int arg_count[2]; member in struct:sh_args
H A Dsh.c7684 > crtl->args.info.arg_count[(int) SH_ARG_INT]))
7745 - crtl->args.info.arg_count[(int) SH_ARG_INT]
8410 int first_intreg = crtl->args.info.arg_count[(int) SH_ARG_INT];
8414 int first_floatreg = crtl->args.info.arg_count[(int) SH_ARG_FLOAT];
8653 nfp = crtl->args.info.arg_count[SH_ARG_FLOAT];
8667 nint = crtl->args.info.arg_count[SH_ARG_INT];
8976 if (cum->arg_count[SH_ARG_INT] < NPARM_REGS (SImode)
8980 && cum->arg_count[SH_ARG_FLOAT] >= NPARM_REGS (SFmode)))
9038 && cum.arg_count[(int) SH_ARG_FLOAT] < NPARM_REGS (mode)))
9040 ? (cum.arg_count[(in
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/a29k/
H A Da29k.c1296 int arg_count = 0;
1303 arg_count++;
1306 arg_count += 2;
1316 tag_word = (frame_pointer_needed ? 0x400000 : 0) + (arg_count << 16);
1372 i = (a29k_regstack_size + arg_count) * 4;
1281 int arg_count = 0; local
/haiku-buildtools/gcc/gcc/
H A Dipa-icf.h320 unsigned int arg_count; member in class:ipa_icf::sem_function
H A Dipa-icf.c323 hstate.add_int (arg_count);
1245 arg_count = count_formal_params (fndecl);
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c10737 int arg_count = 0;
10760 arg_count++;
10761 idx = arg_count - !nonvoid;
10763 op[arg_count] = expand_normal (arg);
10767 if (!address_operand (op[arg_count], SImode))
10769 op[arg_count] = convert_memory_address (Pmode, op[arg_count]);
10770 op[arg_count] = copy_addr_to_reg (op[arg_count]);
10772 op[arg_count]
10712 int arg_count = 0; local
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c8303 unsigned arg_count = type_num_arguments (*node);
8312 || !arg_count
8313 || !IN_RANGE (tree_to_uhwi (position), 1, arg_count))
8331 unsigned arg_count = type_num_arguments (*node);
8337 || !arg_count
8338 || !IN_RANGE (tree_to_uhwi (position), 1, arg_count))
8287 unsigned arg_count = type_num_arguments (*node); local
8315 unsigned arg_count = type_num_arguments (*node); local
/haiku-buildtools/binutils/gas/config/
H A Dtc-hppa.c289 unsigned int arg_count; member in struct:call_desc
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-hppa.c291 unsigned int arg_count; member in struct:call_desc
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc8782 size_t arg_count = this->args_ == NULL ? 0 : this->args_->size(); local
8783 if (arg_count < param_count - 1)

Completed in 443 milliseconds