Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1927 std::set<StringRef> PrefixesNotFound(Req.CheckPrefixes.begin(), in readCheckFile() local
1929 const size_t DistinctPrefixes = PrefixesNotFound.size(); in readCheckFile()
1941 PrefixesNotFound.erase(UsedPrefix); in readCheckFile()
2044 const bool NoPrefixesFound = PrefixesNotFound.size() == DistinctPrefixes; in readCheckFile()
2046 !Req.AllowUnusedPrefixes && !PrefixesNotFound.empty(); in readCheckFile()
2050 << (PrefixesNotFound.size() > 1 ? "es " : " "); in readCheckFile()
2052 for (StringRef MissingPrefix : PrefixesNotFound) { in readCheckFile()