Home
last modified time | relevance | path

Searched refs:extra_arg (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dcreduce-clang-crash.py263 def try_remove_args(self, args, msg=None, extra_arg=None, **kwargs): argument
266 if extra_arg:
267 if extra_arg in new_args:
268 new_args.remove(extra_arg)
269 new_args.append(extra_arg)
314 extra_arg='-w',
318 extra_arg="-O0",
323 extra_arg="-emit-llvm")
325 extra_arg="-fsyntax-only")
330 extra_arg="-Werror=implicit-int")
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dmodules.c108 char *extra_arg, List *stack) in my_module() argument
139 where ? where : "NULL", extra_arg ? extra_arg : "NULL"); in my_module()
510 run_module_prog, build_dirs, extra_arg, in my_module()
643 build_dirs, extra_arg, stack); in my_module()
696 if (extra_arg) in my_module()
697 run_add_arg (extra_arg); in my_module()
748 char *extra_arg) in do_module() argument
751 local_specified, run_module_prog, build_dirs, extra_arg, in do_module()
H A Dcvs.h683 char *extra_arg);
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dobstack.c117 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
123 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
130 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
136 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
253 h->extra_arg = arg;
H A Dobstack.h178 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
182 char *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_cmd.c113 bool extra_arg; in npfctl_rule() member
127 bool extra_arg, natset; in npfctl_rule() local
135 extra_arg = ruleops[n].extra_arg; in npfctl_rule()
142 if (!action || (extra_arg && argc == 0)) { in npfctl_rule()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dobstack.c123 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
129 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
221 h->extra_arg = arg; in _obstack_begin_1()
H A Dobstack.h168 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dobstack.c92 return h->chunkfun.extra (h->extra_arg, size); in call_chunkfun()
101 h->freefun.extra (h->extra_arg, old_chunk); in call_freefun()
176 h->extra_arg = arg; in _obstack_begin_1()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dobstack.c92 return h->chunkfun.extra (h->extra_arg, size); in call_chunkfun()
101 h->freefun.extra (h->extra_arg, old_chunk); in call_freefun()
176 h->extra_arg = arg; in _obstack_begin_1()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dobstack.c92 return h->chunkfun.extra (h->extra_arg, size); in call_chunkfun()
101 h->freefun.extra (h->extra_arg, old_chunk); in call_freefun()
176 h->extra_arg = arg; in _obstack_begin_1()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dobstack.c123 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
129 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
221 h->extra_arg = arg; in _obstack_begin_1()
H A Dobstack.h168 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dobstack.c92 return h->chunkfun.extra (h->extra_arg, size); in call_chunkfun()
101 h->freefun.extra (h->extra_arg, old_chunk); in call_freefun()
176 h->extra_arg = arg; in _obstack_begin_1()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-istack.h59 expressionS extra_arg; member
H A Dtc-xtensa.c2890 return insn->extra_arg.X_op == O_register; in xg_instruction_matches_option_term()
3519 if (insn->extra_arg.X_op != O_register) in xg_build_to_insn()
3521 copy_expr (&targ->tok[op_num], &insn->extra_arg); in xg_build_to_insn()
3528 copy_expr (&targ->extra_arg, &insn->tok[op_data]); in xg_build_to_insn()
5599 expressionS *tok = &orig_insn.extra_arg; in md_assemble()
5627 expressionS *tok = &orig_insn.extra_arg; in md_assemble()
7250 frag_now->tc_frag_data.free_reg[slot] = tinsn->extra_arg; in xg_assemble_vliw_tokens()
12877 tinsn->extra_arg = fragP->tc_frag_data.free_reg[slot]; in tinsn_immed_from_frag()
13010 expressionS *extra_arg = &tinsn->extra_arg; in vinsn_to_insnbuf() local
13017 if (extra_arg->X_op != O_illegal && extra_arg->X_op != O_register) in vinsn_to_insnbuf()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dxtensa-istack.h59 expressionS extra_arg; member
H A Dtc-xtensa.c2903 return insn->extra_arg.X_op == O_register; in xg_instruction_matches_option_term()
3532 if (insn->extra_arg.X_op != O_register) in xg_build_to_insn()
3534 copy_expr (&targ->tok[op_num], &insn->extra_arg); in xg_build_to_insn()
3541 copy_expr (&targ->extra_arg, &insn->tok[op_data]); in xg_build_to_insn()
5612 expressionS *tok = &orig_insn.extra_arg; in md_assemble()
5640 expressionS *tok = &orig_insn.extra_arg; in md_assemble()
7263 frag_now->tc_frag_data.free_reg[slot] = tinsn->extra_arg; in xg_assemble_vliw_tokens()
12891 tinsn->extra_arg = fragP->tc_frag_data.free_reg[slot]; in tinsn_immed_from_frag()
13024 expressionS *extra_arg = &tinsn->extra_arg; in vinsn_to_insnbuf() local
13031 if (extra_arg->X_op != O_illegal && extra_arg->X_op != O_register) in vinsn_to_insnbuf()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dobstack.h189 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dobstack.h189 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
H A DChangeLog-91032317 * obstack.h (area_id, flags): Remove, replace with extra_arg,
2323 * obstack.h (obstack_alloc_arg): New macro to set extra_arg.
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dobstack.h189 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dobstack.h189 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-91032317 * obstack.h (area_id, flags): Remove, replace with extra_arg,
2323 * obstack.h (obstack_alloc_arg): New macro to set extra_arg.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-91032317 * obstack.h (area_id, flags): Remove, replace with extra_arg,
2323 * obstack.h (obstack_alloc_arg): New macro to set extra_arg.

12