Searched refs:exec_args (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | update_cc_test_checks.py | 240 exec_args = shlex.split(commands[0]) 242 if exec_args[0] not in SUBST: 245 exec_args = [i.replace(s, subs[s]) if s in i else i for i in exec_args] 246 run_list.append((None, exec_args, None, None)) 250 clang_args = exec_args
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | executionengine_test.go | 89 exec_args := []GenericValue{NewGenericValueFromInt(Int32Type(), 10, false)} 90 exec_res := engine.RunFunction(fac, exec_args)
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | process.hpp | 254 struct exec_args { struct 301 struct detail::exec_args ea = { prog, argv, prehook }; in exec()
|
H A D | process.cpp | 112 struct exec_args *ea = reinterpret_cast<struct exec_args *>(v); in do_exec()
|
/netbsd-src/external/bsd/atf/dist/atf-c/detail/ |
H A D | process.c | 592 struct exec_args { struct 602 struct exec_args *ea = v; in do_exec() argument 625 struct exec_args ea = { prog, argv, prehook }; in atf_process_exec_array()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
H A D | config.py | 504 exec_args = [ 509 sub.append(('%{exec}', '{} {} -- '.format(self.executor, ' '.join(exec_args))))
|