| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.join.view/ |
| H A D | adaptor.pass.cpp | 51 std::same_as<Result> decltype(auto) v = std::views::join(inners); in test() 71 auto jv = std::views::join(nested); in test() 74 auto jv2 = std::views::join(jv); in test() 85 std::same_as<Result> decltype(auto) v = inners | std::views::join; in test() 99 static_assert(CanBePiped<MoveOnlyOuter, decltype((std::views::join))>); in test() 106 auto jv = nested | std::views::join | std::views::join; in test() 115 auto join_twice = std::views::join | std::views::join; in test() 124 static_assert(!CanBePiped<int, decltype((std::views::join))>); in test() 125 static_assert(!CanBePiped<Foo, decltype((std::views::join))>); in test() 126 static_assert(!CanBePiped<int(&)[2], decltype((std::views::join))>); in test() [all …]
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | sysroot.py | 24 winsdk = os.path.join(p, 'Windows Kits', '10') 27 os.mkdir(os.path.join(out_dir, 'Windows Kits')) 30 vswhere = os.path.join( 37 mkjunction(os.path.join(out_dir, 'VC'), 38 os.path.join(vsinstalldir, 'VC')) 41 mkjunction(os.path.join(out_dir, 'DIA SDK'), 42 os.path.join(vsinstalldir, 'DIA SDK')) 76 os.path.join(abs_out_dir, 'MacOSX.sdk'), 78 os.path.join(abs_out_dir, 'iPhoneOS.sdk'), 80 os.path.join(abs_out_dir, 'iPhoneSimulator.sdk'), [all …]
|
| /llvm-project-15.0.7/lldb/test/API/commands/trace/ |
| H A D | TestTraceSave.py | 23 os.path.join(self.getSourceDir(), "intelpt-trace", "a.out")) 39 os.path.join(self.getSourceDir(), "intelpt-trace", "a.out")) 57 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"), 62 os.path.join(self.getBuildDir(), "intelpt-trace", "trace_not_live_dir")) 72 os.path.join(self.getSourceDir(), "intelpt-trace", "a.out")) 78 output_dir = os.path.join(self.getBuildDir(), "intelpt-trace", "trace_save") 104 original_trace_session_file = os.path.join(output_dir, "trace.json") 108 self.expect("trace load " + os.path.join(output_dir, "trace.json")) 113 copied_trace_session_file = os.path.join(output_copy_dir, "trace.json") 138 os.path.join(self.getSourceDir(), "intelpt-trace", "a.out")) [all …]
|
| H A D | TestTraceLoad.py | 13 … trace_description_file_path = os.path.join(src_dir, "intelpt-multi-core-trace", "trace.json") 98 … trace_description_file_path = os.path.join(src_dir, "intelpt-multi-core-trace", "trace.json") 104 … compact_trace_bundle_dir = os.path.join(self.getBuildDir(), "intelpt-multi-core-trace-compact") 112 self.traceLoad(os.path.join(compact_trace_bundle_dir, "trace.json"), substrs=["intel-pt"]) 156 trace_description_file_path = os.path.join(src_dir, "intelpt-trace", "trace.json") 169 self.assertEqual(path.fullpath, os.path.join(src_dir, "intelpt-trace", "a.out")) 204 trace_description_file_path = os.path.join(src_dir, "intelpt-trace", "trace_bad.json") 232 trace_description_file_path = os.path.join(src_dir, "intelpt-trace", "trace_bad2.json") 238 trace_description_file_path = os.path.join(src_dir, "intelpt-trace", "trace_bad4.json") 255 trace_description_file_path = os.path.join(src_dir, "intelpt-trace", "trace_bad5.json") [all …]
|
| H A D | TestTraceDumpInstructions.py | 17 os.path.join(self.getSourceDir(), "intelpt-trace", "a.out")) 33 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"), 69 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"), 72 outfile = os.path.join(self.getBuildDir(), "output.json") 102 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"), 176 os.path.join(self.getSourceDir(), "intelpt-trace", "trace_2threads.json")) 209 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json")) 230 os.path.join(self.getSourceDir(), "intelpt-trace", "trace_bad_image.json")) 239 os.path.join(self.getSourceDir(), "intelpt-trace", "trace_wrong_cpu.json")) 245 os.path.join(self.getSourceDir(), "intelpt-trace-multi-file", "multi-file-no-ld.json")) [all …]
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | constexpr-to-instr.ll | 110 ; CHECK: join: 117 br label %join 119 join: 131 ; CHECK: join: 139 join: 156 ; CHECK: join: 165 join: 180 ; CHECK: join: 190 join: 209 ; CHECK: join: [all …]
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/unit/ |
| H A D | test_intercept.py | 25 parent = os.path.join(os.sep, 'home', 'me') 26 current = os.path.join(parent, 'project') 32 self.assertEqual(os.path.join(current, 'file.c'), test('file.c')) 33 self.assertEqual(os.path.join(current, 'file.c'), test('./file.c')) 34 self.assertEqual(os.path.join(parent, 'file.c'), test('../file.c')) 35 self.assertEqual(os.path.join(current, 'file.c'), 36 test(os.path.join(current, 'file.c'))) 49 handle.write('\n'.join(lines)) 54 filename = os.path.join(dest_dir, 'csrutil') 59 filename = os.path.join(dest_dir, 'sestatus')
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/cases/ |
| H A D | test_from_cdb.py | 18 path = os.path.abspath(os.path.join(this_dir, '..', 'src')) 19 source_dir = os.path.join(path, 'compilation_database') 20 source_file = os.path.join(source_dir, target_file + '.in') 21 target_file = os.path.join(target_dir, 'compile_commands.json') 99 return len(glob.glob(os.path.join(directory, 'report-*.html'))) 114 os.path.exists(os.path.join(reportdir, 'index.html'))) 124 os.path.exists(os.path.join(reportdir, 'index.html'))) 134 os.path.exists(os.path.join(reportdir, 'index.html'))) 170 os.path.isdir(os.path.join(reportdir, 'failures'))) 178 os.path.isdir(os.path.join(reportdir, 'failures'))) [all …]
|
| H A D | test_create_cdb.py | 17 result = os.path.join(tmpdir, 'cdb.json') 37 result = os.path.join(tmpdir, 'cdb.json') 54 result = os.path.join(tmpdir, 'cdb.json') 69 result = os.path.join(tmpdir, 'cdb.json') 80 result = os.path.join(tmpdir, 'cdb.json') 99 result = os.path.join(tmpdir, 'cdb.json') 131 result = os.path.join(tmpdir, 'cdb.json') 141 filename = os.path.join(tmpdir, 'test.c') 144 cmd = ['sh', '-c', ' '.join(command)] 156 filename = os.path.join(tmpdir, command[-1]) [all …]
|
| /llvm-project-15.0.7/lldb/scripts/ |
| H A D | install_custom_python.py | 31 source_path = os.path.join(source_dir, filename) 32 dest_path = os.path.join(dest_dir, filename) 50 dest_dir = os.path.join(dest_dir, subdir) 51 source_dir = os.path.join(source_dir, subdir) 57 dest_dir = os.path.join(dest_dir, dest_subdir) 62 PCbuild_dir = os.path.join(source_dir, 'PCbuild') 64 PCbuild_dir = os.path.join(PCbuild_dir, source_prefix) 94 tools_dest_dir = os.path.join(dest_dir, 'Tools') 95 tools_source_dir = os.path.join(source_dir, 'Tools') 116 dlls_dir = os.path.join(dest_dir, 'DLLs') [all …]
|
| /llvm-project-15.0.7/compiler-rt/test/asan/ |
| H A D | lit.cfg.py | 35 new_ld_library_path = os.path.pathsep.join( 41 new_ld_32_library_path = os.path.pathsep.join( 47 new_ld_library_path_32 = os.path.pathsep.join( 52 new_ld_library_path_64 = os.path.pathsep.join( 67 default_asan_opts_str = ':'.join(default_asan_opts) 127 return " " + " ".join([config.clang] + compile_flags) + " " 171 asan_source_dir = os.path.join( 180 sanitizer_common_source_dir = os.path.join( 182 sancov = os.path.join(sanitizer_common_source_dir, "scripts", "sancov.py") 217 libasan_dir = os.path.join(gcc_dir, "..", "lib" + config.bits) [all …]
|
| /llvm-project-15.0.7/utils/bazel/ |
| H A D | overlay_directories.py | 76 os.mkdir(os.path.join(args.target, rel_root)) 79 relpath = os.path.join(rel_root, file) 80 _symlink_abs(os.path.join(args.overlay, relpath), 81 os.path.join(args.target, relpath)) 83 for src_entry in os.listdir(os.path.join(args.src, rel_root)): 85 relpath = os.path.join(rel_root, src_entry) 86 _symlink_abs(os.path.join(args.src, relpath), 87 os.path.join(args.target, relpath))
|
| /llvm-project-15.0.7/llvm/utils/docker/scripts/llvm_checksum/ |
| H A D | project_tree.py | 40 ignored_paths.add(os.path.join(checkout_root, other_project.relpath)) 45 project_root = os.path.join(checkout_root, project.relpath) 50 os.path.join(root, d) not in ignored_paths 53 visitor(os.path.join(root, f)) 80 LLVMProject(p, os.path.join("projects", p)) for p in ORDINARY_PROJECTS 83 LLVMProject(p, os.path.join("tools", p)) for p in TOOLS_PROJECTS 87 os.path.join("tools", "clang", "tools", "extra"))) 93 LLVMProject("clang-tools-extra", os.path.join("clang", "tools",
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | rename_check.py | 54 return ''.join(['//===--- ', 62 return ''.join(['//===--- ', 96 files = glob.glob(os.path.join(clang_tidy_path, '*')) 99 files += glob.glob(os.path.join(dirname, '*')) 100 files += glob.glob(os.path.join(clang_tidy_path, '..', 'test', 110 filename = os.path.join(module_path, 'CMakeLists.txt') 141 filename = os.path.join(module_path, modulecpp) 179 filename = os.path.normpath(os.path.join(clang_tidy_path, 258 old_module_path = os.path.join(clang_tidy_path, old_module) 259 new_module_path = os.path.join(clang_tidy_path, new_module) [all …]
|
| H A D | add_new_check.py | 23 filename = os.path.join(module_path, 'CMakeLists.txt') 57 filename = os.path.join(module_path, check_name_camel) + '.h' 165 return os.path.join(module_path, modulecpp) 228 filename = os.path.normpath(os.path.join(module_path, 281 filename = os.path.normpath(os.path.join( 306 name = os.path.join(dirname, filename) 312 return os.path.join(dirname, file) 334 module_path = os.path.join(clang_tidy_path, module_name) 504 filename = os.path.normpath(os.path.join( 519 return ''.join(map(lambda elem: elem.capitalize(), [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
| H A D | call_once.pass.cpp | 196 t0.join(); in main() 197 t1.join(); in main() 205 t0.join(); in main() 206 t1.join(); in main() 215 t0.join(); in main() 216 t1.join(); in main() 225 t0.join(); in main() 226 t1.join(); in main() 233 t0.join(); in main() 234 t1.join(); in main()
|
| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | generate_extended_grapheme_cluster_test.py | 198 ",".join([str(x) for x in line.code_points]), 199 ",".join([str(x) for x in line.breaks_utf8]), 206 ",".join([str(x) for x in line.code_points]), 207 ",".join([str(x) for x in line.breaks_utf16]), 214 ",".join([str(x) for x in line.code_points]), 215 ",".join([str(x) for x in line.breaks_utf32]), 238 ",".join(map(lineToCppDataLineUtf8, lines)), 239 ",".join(map(lineToCppDataLineUtf16, lines)), 240 ",".join(map(lineToCppDataLineUtf32, lines)),
|
| H A D | generate_feature_test_macro_components.py | 12 include_path = os.path.join(src_root, 'include') 14 docs_path = os.path.join(src_root, 'docs') 25 h_path = os.path.join(include_path, h) 880 return '\n\n'.join(macros_definitions) 908 line += ' '.join(chunk) 960 version_header_path = os.path.join(include_path, 'version') 1117 out_path = os.path.join(macro_test_path, test_name) 1147 return '\n'.join(result) 1151 return ' '.join(['='*w for w in widths]) 1153 return '-'.join(['-'*w for w in widths]) [all …]
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | SATestBuild.py | 176 CHECKERS = ",".join([ 201 cwd = os.path.join(directory, PATCHED_SOURCE_DIR_NAME) 202 script_path = os.path.join(directory, CLEANUP_SCRIPT) 384 os.makedirs(os.path.join(output_dir, LOG_DIR_NAME)) 518 fail_path = os.path.join(plist_path, "failures") 636 zip_file.extractall(os.path.join(directory, 787 new_dir = os.path.join(directory, OUTPUT_DIR_NAME) 794 ref_log_dir = os.path.join(ref_dir, LOG_DIR_NAME) 797 new_list.remove(os.path.join(new_dir, LOG_DIR_NAME)) 858 plist = os.path.join(dir_path, filename) [all …]
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/ |
| H A D | external.cpp | 46 t1.join(); in main() 47 t2.join(); in main() 59 t1.join(); in main() 60 t2.join(); in main() 86 t1.join(); in main() 87 t2.join(); in main()
|
| H A D | external-swift.cpp | 43 t1.join(); in main() 44 t2.join(); in main() 64 t1.join(); in main() 65 t2.join(); in main() 85 t1.join(); in main() 86 t2.join(); in main()
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/use-llvm-tool/ |
| H A D | lit.cfg | 9 config.llvm_tools_dir = os.path.join(this_dir, 'build') 12 lit.llvm.llvm_config.with_environment('CASE1', os.path.join(this_dir, 'env-case1')) 13 lit.llvm.llvm_config.with_environment('CASE6', os.path.join(this_dir, 'env-case6')) 14 lit.llvm.llvm_config.with_environment('PATH', os.path.join(this_dir, 'path'), append_path=True) 23 paths = [os.path.join(this_dir, 'search1'), os.path.join(this_dir, 'search2'), os.path.join(this_di…
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | compare_exchange.cpp | 68 threads[t].join(); in main() 69 threads[t + 1].join(); in main() 76 threads[t].join(); in main() 77 threads[t + 1].join(); in main() 84 threads[t].join(); in main() 85 threads[t + 1].join(); in main() 92 threads[t].join(); in main() 93 threads[t + 1].join(); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | jump-threading.ll | 27 br label %join 31 br label %join 33 join: 69 br label %join 75 join: 125 join: 173 join: 219 join: 267 join: 311 join: [all …]
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | IntEqClassesTest.cpp | 19 ec.join(0, 1); in TEST() 20 ec.join(3, 2); in TEST() 21 ec.join(4, 5); in TEST() 22 ec.join(7, 6); in TEST() 36 ec.join(1, 3); in TEST() 50 ec.join(4, 8); in TEST() 64 ec.join(9, 1); in TEST()
|