Searched refs:next_arg (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dconfigure108 case $next_arg in
111 next_arg=
115 next_arg=
119 next_arg=
123 next_arg=
127 next_arg=
131 next_arg=
135 next_arg=
143 next_arg=
150 next_arg
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dintrinsic.c43 static gfc_intrinsic_arg *next_arg; variable
382 next_arg++;
385 next_sym->formal = next_arg;
387 (next_arg - 1)->next = next_arg;
391 strcpy (next_arg->name, name);
392 next_arg->ts.type = type;
393 next_arg->ts.kind = kind;
394 next_arg->optional = optional;
395 next_arg
[all...]
/haiku-buildtools/gcc/gcc/config/microblaze/
H A Dmicroblaze.c2804 tree next_arg; local
2829 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg)
2865 next_arg = TREE_CHAIN (cur_arg);
2866 if (next_arg == 0)
/haiku-buildtools/gcc/gcc/config/iq2000/
H A Diq2000.c1938 tree next_arg;
1969 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg)
1986 next_arg = DECL_CHAIN (cur_arg);
1990 if (next_arg == 0
1918 tree next_arg; local
/haiku-buildtools/isl/
H A Disl_arg.c1145 static int next_arg(struct isl_arg *arg, int a) function
1186 a = next_arg(args->args, a);
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.c6332 tree next_arg;
6355 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg)
6389 next_arg = TREE_CHAIN (cur_arg);
6390 if (next_arg == 0)
6300 tree next_arg; local
/haiku-buildtools/gcc/gcc/
H A Ddwarf2out.c17949 tree *next_arg)
17970 if (next_arg)
17971 *next_arg = arg;
18902 rtx arg, next_arg;
18905 arg; arg = next_arg)
18911 next_arg = XEXP (arg, 1);
18913 && next_arg
18914 && MEM_P (XEXP (XEXP (next_arg, 0), 0))
18915 && REG_P (XEXP (XEXP (XEXP (next_arg, 0), 0), 0))
18917 == REGNO (XEXP (XEXP (XEXP (next_arg,
17930 gen_formal_parameter_pack_die(tree parm_pack, tree pack_arg, dw_die_ref subr_die, tree *next_arg) argument
18884 rtx arg, next_arg; local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xtensa.c11611 char *next_arg = NULL;
11613 for (this_arg = xstrdup (arg); this_arg != NULL; this_arg = next_arg)
11619 next_arg = strchr (this_arg, ':');
11620 if (next_arg)
11622 *next_arg = '\0';
11623 next_arg++;
11587 char *next_arg = NULL; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.c13131 char *next_arg = NULL;
13133 for (this_arg = xstrdup (arg); this_arg != NULL; this_arg = next_arg)
13139 next_arg = strchr (this_arg, ':');
13140 if (next_arg)
13142 *next_arg = '\0';
13143 next_arg++;
13107 char *next_arg = NULL; local
/haiku-buildtools/gcc/gcc/config/frv/
H A Dfrv.c1033 tree next_arg;
1095 for (cur_arg = DECL_ARGUMENTS (fndecl); cur_arg != (tree)0; cur_arg = next_arg)
1097 next_arg = DECL_CHAIN (cur_arg);
1098 if (next_arg == (tree)0)
1027 tree next_arg; local

Completed in 224 milliseconds