Searched refs:subdirs (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | generate_formatted_state.py | 91 for root, subdirs, files in os.walk(rootdir): 92 for subdir in subdirs: 94 subdirs.remove(subdir) 106 subdirs.remove(subdir)
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/formats/ |
| H A D | base.py | 57 for dirname,subdirs,filenames in os.walk(dir): 59 subdirs[:] = [] 61 subdirs[:] = [d for d in subdirs
|
| /llvm-project-15.0.7/third-party/benchmark/cmake/ |
| H A D | GoogleTest.cmake.in | 10 …e. Should contain googletest and googlemock subdirs. And CMakeLists.txt in root, and in both of th…
|
| /llvm-project-15.0.7/llvm/tools/opt-viewer/ |
| H A D | optrecord.py | 339 for dir, subdirs, files in os.walk(dir_or_file): 341 subdirs[:] = [d for d in subdirs
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/ |
| H A D | TestToolBase.py | 109 subdirs = sorted([ 114 for subdir in subdirs:
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | diff-r-error-1.txt | 5 # Same filenames in subdirs with different content, "diff -r" should fail.
|
| /llvm-project-15.0.7/lldb/test/Shell/helper/ |
| H A D | build.py | 350 subdirs = next(os.walk(vcinstalldir))[1] 351 if not subdirs: 355 subdirs.sort(key=lambda x : StrictVersion(x)) 358 full_path = os.path.join(vcinstalldir, subdirs[-1]) 360 return subdirs[-1]
|
| /llvm-project-15.0.7/cmake/Modules/ |
| H A D | GNUInstallPackageDir.cmake | 2 # project's installed cmake subdirs go.
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwinKernel.cpp | 386 const char *subdirs[] = { in AddRootSubdirsToSearchPaths() local 392 for (int i = 0; subdirs[i] != nullptr; i++) { in AddRootSubdirsToSearchPaths() 393 FileSpec testdir(dir + subdirs[i]); in AddRootSubdirsToSearchPaths()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | CMakeLists.txt | 1 # This is a no-op for building files in this dir, but is inherited by subdirs.
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | SATestBuild.py | 924 subdirs = glob.glob(output_dir + "/*") 925 for subdir in subdirs:
|