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

/macosx-10.9.5/llvmCore-3425.0.33/utils/FileCheck/
H A DFileCheck.cpp519 std::vector<std::pair<SMLoc, Pattern> > NotMatches; local
580 NotMatches.push_back(std::make_pair(SMLoc::getFromPointer(Buffer.data()),
590 std::swap(NotMatches, CheckStrings.back().NotStrings);
594 if (!NotMatches.empty()) {
598 std::swap(NotMatches, CheckStrings.back().NotStrings);

Completed in 55 milliseconds