Lines Matching defs:warning
77 /// Print the warning message to the error output stream.
78 void warning(const Twine &Message, StringRef Whence = "");
198 std::string Str = (Warning ? "warning" : "error");
212 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) {
237 warning("Source file doesn't exist, proceeded by ignoring it.", Path);
253 warning(Status.getError().message(), F->path());
460 warning("profile data may be out of date - object is newer",
473 warning(Twine(Mismatched) + " functions have mismatched data");
637 warning("The file '" + SourceFile + "' isn't covered.");
1182 warning("Could not read coverage for '" + Function->Name + "'.");