Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1827 std::set<StringRef> PrefixesNotFound(Req.CheckPrefixes.begin(), in readCheckFile() local
1829 const size_t DistinctPrefixes = PrefixesNotFound.size(); in readCheckFile()
1841 PrefixesNotFound.erase(UsedPrefix); in readCheckFile()
1944 const bool NoPrefixesFound = PrefixesNotFound.size() == DistinctPrefixes; in readCheckFile()
1946 !Req.AllowUnusedPrefixes && !PrefixesNotFound.empty(); in readCheckFile()
1950 << (PrefixesNotFound.size() > 1 ? "es " : " "); in readCheckFile()
1952 for (StringRef MissingPrefix : PrefixesNotFound) { in readCheckFile()