Home
last modified time | relevance | path

Searched refs:CheckEOF (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h63 CheckEOF, enumerator
/openbsd/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h143 void parseUnbracedBody(bool CheckEOF = false);
H A DUnwrappedLineParser.cpp2678 void UnwrappedLineParser::parseUnbracedBody(bool CheckEOF) { in parseUnbracedBody() argument
2712 if (CheckEOF && eof()) in parseUnbracedBody()
/openbsd/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1231 if (CheckTy == Check::CheckEOF) in match()
1676 case Check::CheckEOF: in getDescription()
2066 Pattern(Check::CheckEOF, PatternContext.get(), LineNumber + 1), in readCheckFile()
2088 if (!Req.VerboseVerbose && Pat.getCheckTy() == Check::CheckEOF) in printMatch()
/openbsd/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp366 case Check::CheckEOF: in GetCheckTypeAbbreviation()