Home | History | Annotate | Download | only in FileCheck

Lines Matching defs:Error

13 // This program exits with an error status of 2 on error, exit status of 0 if
63 "checks that some error message does not occur, for example."));
122 /// which prefix is being matched, SM provides the SourceMgr used for error
124 /// the pattern string was read. Returns true in case of an error, false
338 std::string Error;
339 if (!R.isValid(Error)) {
341 "invalid regex: " + Error);
411 // If the variable is undefined, return an error.
442 assert(I->second < MatchInfo.size() && "Internal paren error");
506 // Attempt to find the closest/best fuzzy match. Usually an error happens
839 /// Returns true in case of an error, false otherwise.
899 // Location to use for error messages.
958 // prefix as a filler for the error message.
968 errs() << "error: no check strings found with prefix"
987 // Otherwise, we have an error, emit an error message.
1315 errs() << "FileCheck error: '" << InputFilename << "' is empty.\n";