Lines Matching defs:Error
78 /// parameters. It is an error to call this on a K&R function (use
188 /// output an error.
197 /// output an error.
206 /// output an error.
215 /// expression and return success or failure. May output an error.
257 /// instance method D. May output an error.
305 /// If not emit an error and return false. If the argument is an identifier it
306 /// will emit an error with a fixit hint and treat it as if it was a string
373 /// Note that this function may produce an error message.
1372 int Err = -1; // No error
2126 // In this case it follows tradition and suppresses an error in the above
2207 // FIXME: This error message could be improved, it would be nice
2377 std::string Error = Context.getTargetInfo().isValidSectionSpecifier(SecName);
2378 if (!Error.empty()) {
2379 Diag(LiteralLoc, diag::err_attribute_section_invalid_for_target) << Error;
2397 std::string Error = S.Context.getTargetInfo().isValidSectionSpecifier(Str);
2398 if (!Error.empty()) {
2400 << Error;
4916 // FIXME: This emits a different error message than