Searched refs:DagNotStrings (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/FileCheck/
H A DFileCheck.cpp604 /// DagNotStrings - These are all of the strings that are disallowed from
607 std::vector<Pattern> DagNotStrings; member in struct:CheckString
789 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings);
798 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings);
956 if (DagNotStrings.empty())
962 for (unsigned ChunkNo = 0, e = DagNotStrings.size();
964 const Pattern &Pat = DagNotStrings[ChunkNo];

Completed in 56 milliseconds