HomeSort by: relevance | last modified time | path
    Searched defs:next_arg (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/librefuse/
refuse_opt.c 270 static int next_arg(const struct fuse_args *args, int *i) function
355 if (next_arg(args, argi) == -1)
471 if (next_arg(args, &i) == -1)
  /src/external/mit/isl/dist/
isl_arg.c 1234 static int next_arg(struct isl_arg *arg, int a) function
1276 a = next_arg(args->args, a);
  /src/external/gpl3/gcc/dist/gcc/fortran/
intrinsic.cc 44 static gfc_intrinsic_arg *next_arg; variable
448 next_arg++;
451 next_sym->formal = next_arg;
453 (next_arg - 1)->next = next_arg;
457 strcpy (next_arg->name, name);
458 next_arg->ts.type = type;
459 next_arg->ts.kind = kind;
460 next_arg->optional = optional;
461 next_arg->value = 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
intrinsic.cc 43 static gfc_intrinsic_arg *next_arg; variable
447 next_arg++;
450 next_sym->formal = next_arg;
452 (next_arg - 1)->next = next_arg;
456 strcpy (next_arg->name, name);
457 next_arg->ts.type = type;
458 next_arg->ts.kind = kind;
459 next_arg->optional = optional;
460 next_arg->value = 0
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc 1936 tree next_arg;
1967 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg)
1983 next_arg = DECL_CHAIN (cur_arg);
1987 if (next_arg == 0
1916 tree next_arg; local
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 1939 tree next_arg;
1970 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg)
1986 next_arg = DECL_CHAIN (cur_arg);
1990 if (next_arg == 0
1919 tree next_arg; local
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 4149 char **next_arg = &argv[1]; local
4172 while (*next_arg != NULL && **next_arg == '-')
4174 if (strcmp (*next_arg, "--version") == 0)
4179 else if (strcmp (*next_arg, "--help") == 0)
4184 else if (strcmp (*next_arg, "--attach") == 0)
4186 else if (strcmp (*next_arg, "--multi") == 0)
4188 else if (strcmp (*next_arg, "--wrapper") == 0)
4192 next_arg++;
4194 tmp = next_arg;
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 4403 char **next_arg = &argv[optind]; local
4404 if ((port == NULL || (!attach && !multi_mode && *next_arg == NULL))
4429 if (*next_arg != NULL && strcmp (*next_arg, "--attach") == 0)
4432 next_arg++;
4437 && (*next_arg == NULL
4438 || (*next_arg)[0] == '\0'
4439 || (pid = strtoul (*next_arg, &arg_end, 0)) == 0
4441 || next_arg[1] != NULL))
4471 if (pid == 0 && *next_arg != NULL
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/microblaze/
microblaze.cc 2884 tree next_arg; local
2909 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg)
2944 next_arg = TREE_CHAIN (cur_arg);
2945 if (next_arg == 0)
  /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.cc 2880 tree next_arg; local
2905 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg)
2940 next_arg = TREE_CHAIN (cur_arg);
2941 if (next_arg == 0)
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 1007 tree next_arg;
1069 for (cur_arg = DECL_ARGUMENTS (fndecl); cur_arg != (tree)0; cur_arg = next_arg)
1071 next_arg = DECL_CHAIN (cur_arg);
1072 if (next_arg == (tree)0)
1002 tree next_arg; local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 1006 tree next_arg;
1068 for (cur_arg = DECL_ARGUMENTS (fndecl); cur_arg != (tree)0; cur_arg = next_arg)
1070 next_arg = DECL_CHAIN (cur_arg);
1071 if (next_arg == (tree)0)
1001 tree next_arg; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 13289 char *next_arg = NULL;
13291 for (this_arg = xstrdup (arg); this_arg != NULL; this_arg = next_arg)
13297 next_arg = strchr (this_arg, ':');
13298 if (next_arg)
13300 *next_arg = '\0';
13301 next_arg++;
13265 char *next_arg = NULL; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 13289 char *next_arg = NULL;
13291 for (this_arg = xstrdup (arg); this_arg != NULL; this_arg = next_arg)
13297 next_arg = strchr (this_arg, ':');
13298 if (next_arg)
13300 *next_arg = '\0';
13301 next_arg++;
13265 char *next_arg = NULL; local
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 23142 If NEXT_ARG is non NULL, *NEXT_ARG is set to the function argument
23149 tree *next_arg)
23170 if (next_arg)
23171 *next_arg = arg;
24212 rtx arg, next_arg;
24218 arg; arg = next_arg)
24224 next_arg = XEXP (arg, 1);
24226 && next_arg
24227 && MEM_P (XEXP (XEXP (next_arg, 0), 0)
24194 rtx arg, next_arg; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 23026 If NEXT_ARG is non NULL, *NEXT_ARG is set to the function argument
23033 tree *next_arg)
23054 if (next_arg)
23055 *next_arg = arg;
24096 rtx arg, next_arg;
24102 arg; arg = next_arg)
24108 next_arg = XEXP (arg, 1);
24110 && next_arg
24111 && MEM_P (XEXP (XEXP (next_arg, 0), 0)
24078 rtx arg, next_arg; local
    [all...]

Completed in 263 milliseconds