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

/macosx-10.9.5/llvmCore-3425.0.33/utils/FileCheck/
H A DFileCheck.cpp451 /// NotStrings - These are all of the strings that are disallowed from
454 std::vector<std::pair<SMLoc, Pattern> > NotStrings; member in struct:CheckString
590 std::swap(NotMatches, CheckStrings.back().NotStrings);
598 std::swap(NotMatches, CheckStrings.back().NotStrings);
739 for (unsigned ChunkNo = 0, e = CheckStr.NotStrings.size();
742 size_t Pos = CheckStr.NotStrings[ChunkNo].second.Match(SkippedRegion,
749 SM.PrintMessage(CheckStr.NotStrings[ChunkNo].first, SourceMgr::DK_Note,

Completed in 62 milliseconds