Home
last modified time | relevance | path

Searched refs:subdirs (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/docs/tools/
H A Dgenerate_formatted_state.py91 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 Dbase.py57 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 DGoogleTest.cmake.in10 …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 Doptrecord.py339 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 DTestToolBase.py109 subdirs = sorted([
114 for subdir in subdirs:
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Ddiff-r-error-1.txt5 # Same filenames in subdirs with different content, "diff -r" should fail.
/llvm-project-15.0.7/lldb/test/Shell/helper/
H A Dbuild.py350 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 DGNUInstallPackageDir.cmake2 # project's installed cmake subdirs go.
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp386 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 DCMakeLists.txt1 # 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 DSATestBuild.py924 subdirs = glob.glob(output_dir + "/*")
925 for subdir in subdirs: