Home
last modified time | relevance | path

Searched refs:test_args (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCommandPaths.cpp92 Args test_args(args); in RunTest() local
95 interp.VerifyUserMultiwordCmdPath(test_args, is_leaf, error); in RunTest()
/llvm-project-15.0.7/clang/utils/
H A DFuzzTest126 test_args = [a % options for a in args]
128 print '%s: note: executing %r' % (sys.argv[0], test_args)
139 p = subprocess.Popen(test_args, stdout=stdout, stderr=stderr)
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/
H A Dtblgen.bzl243 test_args = [ctx.executable.tblgen.short_path]
244 test_args.extend(ctx.attr.opts)
245 test_args.append(td_file.path)
246 test_args.extend(["-I " + include for include in trans_includes.to_list()])
248 test_args.extend(["-o", "/dev/null"])
252 content = " ".join(test_args),
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcoroutines-exp-namespace.cpp1145 CoroMemberTag test_args(int) { in test_args() function
1149 CoroMemberTag test_args(int, long &, void *) const { in test_args() function
1244 CoroMemberTag test_args(int) { in test_args() function
1248 CoroMemberTag test_args(int, long &, void *) const { in test_args() function
H A Dcoroutines.cpp1166 CoroMemberTag test_args(int) { in test_args() function
1170 CoroMemberTag test_args(int, long &, void *) const { in test_args() function
1265 CoroMemberTag test_args(int) { in test_args() function
1269 CoroMemberTag test_args(int, long &, void *) const { in test_args() function
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dattr-swift-async-error.m58 void test_args(void (^)(void)); function
/llvm-project-15.0.7/llvm/docs/
H A DBugpointRedesign.md56 `--test_args=<test_arguments>`
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py235 def test_args(self): member in TestVSCode_launch