Home | History | Annotate | Download | only in llvm-extract

Lines Matching defs:Error

128     std::string Error;
130 if (!RegEx.isValid(Error)) {
132 "invalid regex: " << Error;
162 std::string Error;
164 if (!RegEx.isValid(Error)) {
166 "invalid regex: " << Error;
194 std::string Error;
197 if (!RegEx.isValid(Error)) {
199 "invalid regex: " << Error;
223 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
235 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";
244 errs() << argv[0] << ": error reading input: " << ErrInfo << "\n";