Searched refs:next_arg (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/llvm/utils/ |
H A D | add_argument_names.py | 34 next_arg = s.find(',') 35 if next_arg == -1: 38 res += s[:next_arg+1] 39 s = s[next_arg+1:]
|
/openbsd/lib/libfuse/ |
H A D | fuse_opt.c | 365 char *this_arg, *next_arg; in fuse_opt_insert_arg() local 391 next_arg = args->argv[i]; in fuse_opt_insert_arg() 393 this_arg = next_arg; in fuse_opt_insert_arg()
|
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | fixinc.dgux | 167 int next_arg;
|
H A D | inclhack.def | 65 int next_arg;
|
/openbsd/gnu/gcc/gcc/config/iq2000/ |
H A D | iq2000.c | 1866 tree next_arg; in iq2000_expand_prologue() local 1894 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg) in iq2000_expand_prologue() 1909 next_arg = TREE_CHAIN (cur_arg); in iq2000_expand_prologue() 1913 if (next_arg == 0 in iq2000_expand_prologue()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/d30v/ |
H A D | d30v.c | 1698 tree next_arg; in d30v_stack_info() local 1723 for (cur_arg = DECL_ARGUMENTS (fndecl); cur_arg != (tree)0; cur_arg = next_arg) in d30v_stack_info() 1725 next_arg = TREE_CHAIN (cur_arg); in d30v_stack_info() 1726 if (next_arg == (tree)0) in d30v_stack_info()
|
/openbsd/gnu/usr.bin/binutils/gdb/mi/ |
H A D | ChangeLog-1999-2003 | 1141 (next_arg): Delete. 1266 mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one, next_arg, 1647 * mi-main.c (next_arg): Returns lenght as well. 1651 (mi_cmd_var_assign): Adjust call to next_arg() to include new 1743 which_var, next_arg): New functions. Implement the -var-*
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-xtensa.c | 8674 char *next_arg = NULL; local 8676 for (this_arg = strdup (arg); this_arg != NULL; this_arg = next_arg) 8680 next_arg = strchr (this_arg, ':'); 8681 if (next_arg) 8683 *next_arg = '\0'; 8684 next_arg++;
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-xtensa.c | 11587 char *next_arg = NULL; in build_section_rename() local 11589 for (this_arg = xstrdup (arg); this_arg != NULL; this_arg = next_arg) in build_section_rename() 11595 next_arg = strchr (this_arg, ':'); in build_section_rename() 11596 if (next_arg) in build_section_rename() 11598 *next_arg = '\0'; in build_section_rename() 11599 next_arg++; in build_section_rename()
|
/openbsd/gnu/gcc/gcc/config/frv/ |
H A D | frv.c | 1078 tree next_arg; in frv_stack_info() local 1140 for (cur_arg = DECL_ARGUMENTS (fndecl); cur_arg != (tree)0; cur_arg = next_arg) in frv_stack_info() 1142 next_arg = TREE_CHAIN (cur_arg); in frv_stack_info() 1143 if (next_arg == (tree)0) in frv_stack_info()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/ |
H A D | frv.c | 941 tree next_arg; in frv_stack_info() local 1002 for (cur_arg = DECL_ARGUMENTS (fndecl); cur_arg != (tree)0; cur_arg = next_arg) in frv_stack_info() 1004 next_arg = TREE_CHAIN (cur_arg); in frv_stack_info() 1005 if (next_arg == (tree)0) in frv_stack_info()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | mips.c | 7453 tree next_arg; in mips_expand_prologue() local 7484 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg) in mips_expand_prologue() 7499 next_arg = TREE_CHAIN (cur_arg); in mips_expand_prologue() 7503 if (next_arg == 0 in mips_expand_prologue()
|
/openbsd/gnu/gcc/gcc/ |
H A D | builtins.def | 662 DEF_GCC_BUILTIN (BUILT_IN_NEXT_ARG, "next_arg", BT_FN_PTR_VAR, ATTR_NULL)
|