Home
last modified time | relevance | path

Searched refs:extra_args (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
H A Dsubst.py43 unresolved='warn', extra_args=None): argument
80 self.extra_args = extra_args
121 if self.extra_args:
122 command_str = ' '.join([command_str] + self.extra_args)
H A Dconfig.py513 extra_args=additional_flags),
515 extra_args=['-analyze', '%analyze',
518 extra_args=['-cc1', '-internal-isystem',
522 extra_args=['--driver-mode=cpp']+additional_flags),
524 extra_args=['--driver-mode=cl']+additional_flags),
526 extra_args=['--driver-mode=g++']+additional_flags),
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/
H A Dgn.py54 extra_args = []
60 extra_args = [ '--dotfile=' + dotfile, '--root=' + root ]
63 cmd = [gn] + extra_args + sys.argv[1:]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopts-common.c540 unsigned int result = 1, i, extra_args, separate_args = 0; in decode_cmdline_option() local
551 extra_args = 0; in decode_cmdline_option()
568 extra_args = (opt1 == NULL ? 0 : 1); in decode_cmdline_option()
575 || argv[extra_args][optn_len] != 0)) in decode_cmdline_option()
577 size_t arglen = strlen (argv[extra_args]); in decode_cmdline_option()
583 memcpy (dup + new_prefix_len, argv[extra_args] + optn_len, in decode_cmdline_option()
594 extra_args = 0; in decode_cmdline_option()
616 result = extra_args + 1; in decode_cmdline_option()
640 arg = argv[extra_args] + cl_options[opt_index].opt_len + 1 + adjust_len; in decode_cmdline_option()
646 arg = argv[extra_args + 1]; in decode_cmdline_option()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopts-common.cc543 unsigned int result = 1, i, extra_args, separate_args = 0; in decode_cmdline_option() local
554 extra_args = 0; in decode_cmdline_option()
571 extra_args = (opt1 == NULL ? 0 : 1); in decode_cmdline_option()
578 || argv[extra_args][optn_len] != 0)) in decode_cmdline_option()
580 size_t arglen = strlen (argv[extra_args]); in decode_cmdline_option()
586 memcpy (dup + new_prefix_len, argv[extra_args] + optn_len, in decode_cmdline_option()
597 extra_args = 0; in decode_cmdline_option()
619 result = extra_args + 1; in decode_cmdline_option()
643 arg = argv[extra_args] + cl_options[opt_index].opt_len + 1 + adjust_len; in decode_cmdline_option()
649 arg = argv[extra_args + 1]; in decode_cmdline_option()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D81-test_cmp_cli.t70 my $extra_args = $$_[1];
76 run(app([@app, "-config", '', @$extra_args,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_cc_test_checks.py185 extra_args = shlex.split(extra_command)
189 if extra_args[0] == 'opt':
194 extra_args[0] = args.opt
195 raw_tool_output = common.invoke_tool(extra_args[0],
196 extra_args[1:], f.name)
H A Dcollect_and_build_with_pgo.py377 extra_args = {'CMAKE_BUILD_TYPE': 'Release',
390 extra_args[key] = val
393 default_cmake_args=extra_args,
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dstrftime.c436 # define extra_args , ut, ns macro
445 # define extra_args macro
459 my_strftime (s, maxsize, format, tp extra_args)
468 return _strftime_copytm (s, maxsize, format, &tmcopy extra_args);
482 my_strftime (s, maxsize, format, tp extra_args)
824 tp extra_args);
826 tp extra_args));
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A DCA.pl.in50 my %EXTRA = extra_args(\@ARGV, "-extra-");
53 sub extra_args { subroutine
/netbsd-src/sys/arch/amd64/include/xen/
H A Dhypercalls.h307 int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() argument
309 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()
/netbsd-src/external/bsd/libevent/dist/
H A Devent_rpcgen.py1849 args, extra_args = parser.parse_known_args(args=argv)
1853 if extra_args:
1854 if len(extra_args) == 1:
1855 self.impl_file = extra_args[0].replace("\\", "/")
1856 elif len(extra_args) == 2:
1857 self.header_file = extra_args[0].replace("\\", "/")
1858 self.impl_file = extra_args[1].replace("\\", "/")
/netbsd-src/sys/lib/libunwind/
H A Dlibunwind.cxx282 if (info.extra_args) in _Unwind_SetIP()
283 cursor->setSP(cursor->getSP() + info.extra_args); in _Unwind_SetIP()
H A DUnwindCursor.hpp133 fInfo.extra_args = prolog.spExtraArgSize; in setInfoBasedOnIPRegister()
H A DAddressSpace.hpp43 uintptr_t extra_args; // Extra stack space for frameless routines member
/netbsd-src/sys/arch/i386/include/xen/
H A Dhypercalls.h332 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() argument
338 _harg("1" (cmd), "2" (vcpuid), "3" (extra_args)), in HYPERVISOR_vcpu_op()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstrftime.c362 # define extra_args , ut, ns macro
372 # define extra_args macro
749 tp extra_args LOCALE_ARG); in my_strftime()
751 tp extra_args LOCALE_ARG)); in my_strftime()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc1178 ::std::vector<std::string> extra_args = in GetArgvsForDeathTestChildProcess()
1180 args.insert(args.end(), extra_args.begin(), extra_args.end()); in GetArgvsForDeathTestChildProcess()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A DREADME.md361 void BM_takes_args(benchmark::State& state, ExtraArgs&&... extra_args) {
365 // the specified values to `extra_args`.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DREADME.md349 void BM_takes_args(benchmark::State& state, ExtraArgs&&... extra_args) {
353 // the specified values to `extra_args`.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c562 add_to_template_args (tree args, tree extra_args) in add_to_template_args() argument
569 if (args == NULL_TREE || extra_args == error_mark_node) in add_to_template_args()
570 return extra_args; in add_to_template_args()
572 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args()
579 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j)); in add_to_template_args()
592 add_outermost_template_args (tree args, tree extra_args) in add_outermost_template_args() argument
598 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args)); in add_outermost_template_args()
602 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args)) in add_outermost_template_args()
603 return extra_args; in add_outermost_template_args()
606 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc569 add_to_template_args (tree args, tree extra_args) in add_to_template_args() argument
576 if (args == NULL_TREE || extra_args == error_mark_node) in add_to_template_args()
577 return extra_args; in add_to_template_args()
579 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args()
586 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j)); in add_to_template_args()
601 add_outermost_template_args (tree args, tree extra_args) in add_outermost_template_args() argument
606 return extra_args; in add_outermost_template_args()
615 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args)); in add_outermost_template_args()
619 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args)) in add_outermost_template_args()
620 return extra_args; in add_outermost_template_args()
[all …]
H A DChangeLog-20101038 * pt.c (add_to_template_args): Check extra_args for error_mark_node.
H A DChangeLog-19984550 extra_args contain more than one level of arguments.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2000578 extra_args to NULL.

12