Home
last modified time | relevance | path

Searched refs:exec_args (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_cc_test_checks.py240 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 Dexecutionengine_test.go89 exec_args := []GenericValue{NewGenericValueFromInt(Int32Type(), 10, false)}
90 exec_res := engine.RunFunction(fac, exec_args)
/netbsd-src/external/bsd/atf/dist/tools/
H A Dprocess.hpp254 struct exec_args { struct
301 struct detail::exec_args ea = { prog, argv, prehook }; in exec()
H A Dprocess.cpp112 struct exec_args *ea = reinterpret_cast<struct exec_args *>(v); in do_exec()
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dprocess.c592 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 Dconfig.py504 exec_args = [
509 sub.append(('%{exec}', '{} {} -- '.format(self.executor, ' '.join(exec_args))))