Searched refs:test_args (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Interpreter/ |
| H A D | TestCommandPaths.cpp | 92 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 D | FuzzTest | 126 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 D | tblgen.bzl | 243 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 D | coroutines-exp-namespace.cpp | 1145 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 D | coroutines.cpp | 1166 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 D | attr-swift-async-error.m | 58 void test_args(void (^)(void)); function
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BugpointRedesign.md | 56 `--test_args=<test_arguments>`
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/ |
| H A D | TestVSCode_launch.py | 235 def test_args(self): member in TestVSCode_launch
|