reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
334 if (PatternStr.empty() && CheckTy != Check::CheckEmpty) { 340 if (!PatternStr.empty() && CheckTy == Check::CheckEmpty) { 348 if (CheckTy == Check::CheckEmpty) { 699 size_t MatchStartSkip = CheckTy == Check::CheckEmpty; 974 case Check::CheckEmpty: 1029 return {Check::CheckEmpty, Rest}; 1236 CheckTy == Check::CheckEmpty) && 1240 : CheckTy == Check::CheckEmpty ? "EMPTY" : "SAME"; 1509 Pat.getCheckTy() != Check::CheckEmpty) 1514 Twine(Pat.getCheckTy() == Check::CheckEmpty ? "-EMPTY" : "-NEXT");utils/FileCheck/FileCheck.cpp
278 case Check::CheckEmpty: