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

/external/swiftshader/third_party/LLVM/utils/FileCheck/
H A DFileCheck.cpp444 /// IsCheckNext - This is true if this is a CHECK-NEXT: directive (as opposed
446 bool IsCheckNext; member in struct:CheckString
454 : Pat(P), Loc(L), IsCheckNext(isCheckNext) {}
530 bool IsCheckNext = false, IsCheckNot = false; local
538 IsCheckNext = true;
567 if (IsCheckNext && CheckStrings.empty()) {
585 IsCheckNext));
706 if (CheckStr.IsCheckNext) {

Completed in 90 milliseconds