| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/ |
| H A D | subst.py | 43 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 D | config.py | 513 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 D | gn.py | 54 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 D | opts-common.c | 540 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 D | opts-common.cc | 543 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 D | 81-test_cmp_cli.t | 70 my $extra_args = $$_[1]; 76 run(app([@app, "-config", '', @$extra_args,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | update_cc_test_checks.py | 185 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 D | collect_and_build_with_pgo.py | 377 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 D | strftime.c | 436 # 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 D | CA.pl.in | 50 my %EXTRA = extra_args(\@ARGV, "-extra-"); 53 sub extra_args { subroutine
|
| /netbsd-src/sys/arch/amd64/include/xen/ |
| H A D | hypercalls.h | 307 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 D | event_rpcgen.py | 1849 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 D | libunwind.cxx | 282 if (info.extra_args) in _Unwind_SetIP() 283 cursor->setSP(cursor->getSP() + info.extra_args); in _Unwind_SetIP()
|
| H A D | UnwindCursor.hpp | 133 fInfo.extra_args = prolog.spExtraArgSize; in setInfoBasedOnIPRegister()
|
| H A D | AddressSpace.hpp | 43 uintptr_t extra_args; // Extra stack space for frameless routines member
|
| /netbsd-src/sys/arch/i386/include/xen/ |
| H A D | hypercalls.h | 332 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 D | strftime.c | 362 # 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 D | gtest-death-test.cc | 1178 ::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 D | README.md | 361 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 D | README.md | 349 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 D | pt.c | 562 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 D | pt.cc | 569 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 D | ChangeLog-2010 | 1038 * pt.c (add_to_template_args): Check extra_args for error_mark_node.
|
| H A D | ChangeLog-1998 | 4550 extra_args contain more than one level of arguments.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2000 | 578 extra_args to NULL.
|