Home
last modified time | relevance | path

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

/external/clang/unittests/Driver/
DToolChainTest.cpp39 const char *EmptyFiles[] = { in TEST() local
57 for (const char *Path : EmptyFiles) in TEST()
92 const char *EmptyFiles[] = { in TEST() local
96 for (const char *Path : EmptyFiles) in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageReport.cpp428 bool EmptyFiles = false; in renderFileReports() local
433 EmptyFiles = true; in renderFileReports()
436 if (EmptyFiles && Filters.empty()) { in renderFileReports()
DSourceCoverageViewHTML.cpp432 bool EmptyFiles = false; in createIndexFile() local
437 EmptyFiles = true; in createIndexFile()
445 if (EmptyFiles && Filters.empty()) { in createIndexFile()
/external/clang/unittests/libclang/
DLibclangTest.cpp474 std::string EmptyFiles[] = {"lib/gcc/arm-linux-gnueabi/99.9.9/crtbegin.o", in TEST_F() local
478 for (auto &Name : EmptyFiles) in TEST_F()