Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1906 std::set<StringRef> PrefixesNotFound(Req.CheckPrefixes.begin(), in readCheckFile() local
1908 const size_t DistinctPrefixes = PrefixesNotFound.size(); in readCheckFile()
1920 PrefixesNotFound.erase(UsedPrefix); in readCheckFile()
2013 const bool NoPrefixesFound = PrefixesNotFound.size() == DistinctPrefixes; in readCheckFile()
2015 !Req.AllowUnusedPrefixes && !PrefixesNotFound.empty(); in readCheckFile()
2019 << (PrefixesNotFound.size() > 1 ? "es " : " "); in readCheckFile()
2021 for (StringRef MissingPrefix : PrefixesNotFound) { in readCheckFile()