Home
last modified time | relevance | path

Searched refs:EmptyFiles (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Driver/
H A DToolChainTest.cpp39 const char *EmptyFiles[] = { in TEST() local
73 for (const char *Path : EmptyFiles) in TEST()
138 const char *EmptyFiles[] = { in TEST() local
142 for (const char *Path : EmptyFiles) in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageReport.cpp468 bool EmptyFiles = false; in renderFileReports() local
473 EmptyFiles = true; in renderFileReports()
476 if (EmptyFiles && Filters.empty()) { in renderFileReports()
H A DSourceCoverageViewHTML.cpp436 bool EmptyFiles = false; in createIndexFile() local
441 EmptyFiles = true; in createIndexFile()
449 if (EmptyFiles && Filters.empty()) { in createIndexFile()
/llvm-project-15.0.7/clang/unittests/libclang/
H A DLibclangTest.cpp542 std::string EmptyFiles[] = {"lib/gcc/arm-linux-gnueabi/99.9.9/crtbegin.o", in TEST_F() local
546 for (auto &Name : EmptyFiles) in TEST_F()