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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCheck.h51 CheckNot, enumerator in enum:llvm::Check::FileCheckKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp311 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot;
954 case Check::CheckNot:
1006 return {Check::CheckNot, Rest};
1142 Pattern(Check::CheckNot, PatternContext.get()));
1235 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) {
1485 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags))
1553 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, function in class:FileCheckString
1558 assert((Pat->getCheckTy() == Check::CheckNot) && "Expect CHECK-NOT!");
1604 Pat.getCheckTy() == Check::CheckNot) &&
1607 if (Pat.getCheckTy() == Check::CheckNot) {
[all...]
H A DFileCheckImpl.h600 bool CheckNot(const SourceMgr &SM, StringRef Buffer,

Completed in 61 milliseconds