Searched refs:reportWarning (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp61 void reportWarning(CheckerContext &C) const;
79 void EnumCastOutOfRangeChecker::reportWarning(CheckerContext &C) const { function in class:EnumCastOutOfRangeChecker
138 reportWarning(C);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h25 void reportWarning(Error Err, StringRef Input);
H A DObjDumper.cpp70 reportWarning(
76 reportWarning(
H A DELFDumper.cpp145 reportWarning(createError("invalid section size (" + Twine(Size) +
695 reportWarning(createError(Msg), FileName);
1809 reportWarning(
1823 reportWarning(createError("The SHT_DYNAMIC section '" + Name +
1829 reportWarning(createError("The SHT_DYNAMIC section '" + Name +
1873 reportWarning(createError("no valid dynamic table was found"),
1884 reportWarning(createError("SHT_DYNAMIC section header and PT_DYNAMIC "
1890 reportWarning(createError("no valid dynamic table was found"),
1899 reportWarning(
1905 reportWarning(
[all...]
H A DXCOFFDumper.cpp453 reportWarning(make_error<StringError>("An 64-bit XCOFF object file may not "
H A Dllvm-readobj.cpp387 void reportWarning(Error Err, StringRef Input) { function in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h123 void reportWarning(Twine const &Msg);
H A DHexagonMCChecker.cpp557 reportWarning("Register `" + Twine(RI.getName(Register)) +
639 reportWarning("register `" + Twine(RI.getName(R)) +
728 void HexagonMCChecker::reportWarning(Twine const &Msg) { function in class:HexagonMCChecker
730 Context.reportWarning(MCB.getLoc(), Msg);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp87 ErrorSuccess reportWarning(Error E) { function in namespace:llvm::objcopy
359 (Tool == ToolType::Strip) ? parseStripOptions(Args, reportWarning)
362 : parseObjcopyOptions(Args, reportWarning));
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h100 void reportWarning(StringRef warning, SourceLocation loc,
H A DTransformActions.cpp692 void TransformActions::reportWarning(StringRef message, SourceLocation loc, function in class:TransformActions
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h146 void reportWarning(Twine Message, StringRef File);
H A Dllvm-objdump.cpp407 void reportWarning(Twine Message, StringRef File) { function
583 reportWarning("failed to find source " + LineInfo.FileName,
626 reportWarning(Warning, ObjectFilename);
645 reportWarning(
1529 reportWarning("failed to disassemble missing function " + MissingDisasmFunc,
2136 reportWarning("no section has address less than 0x" +
2140 reportWarning("no section has address greater than or equal to 0x" +
2144 reportWarning("no section overlaps the range [0x" +
H A DELFDump.cpp184 reportWarning(toString(StrTabOrErr.takeError()), Filename);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h682 void reportWarning(SMLoc L, const Twine &Msg);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp704 void MCContext::reportWarning(SMLoc Loc, const Twine &Msg) { function in class:MCContext

Completed in 999 milliseconds