Lines Matching defs:Error
13 // This program exits with an error status of 2 on error, exit status of 0 if
109 /// which prefix is being matched, SM provides the SourceMgr used for error
111 /// the pattern string was read. Returns true in case of an error, false
325 std::string Error;
326 if (!R.isValid(Error)) {
328 "invalid regex: " + Error);
398 // If the variable is undefined, return an error.
429 assert(I->second < MatchInfo.size() && "Internal paren error");
493 // Attempt to find the closest/best fuzzy match. Usually an error happens
820 /// Returns true in case of an error, false otherwise.
860 // Location to use for error messages.
916 // prefix as a filler for the error message.
926 errs() << "error: no check strings found with prefix"
945 // Otherwise, we have an error, emit an error message.
1237 errs() << "FileCheck error: '" << InputFilename << "' is empty.\n";