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

/external/llvm/utils/FileCheck/
H A DFileCheck.cpp122 bool getMatchNot() const { return MatchNot; } function in class:Pattern
935 assert(Pat->getMatchNot() && "Expect CHECK-NOT!");
966 assert((Pat.getMatchDag() ^ Pat.getMatchNot()) &&
969 if (Pat.getMatchNot()) {

Completed in 232 milliseconds