Searched defs:Whence (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cxxmap/ |
H A D | llvm-cxxmap.cpp | 56 static void warn(Twine Message, Twine Whence = "", in warn() argument 67 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() argument 79 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() argument 83 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() argument
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 209 << getErrorString(Message, Whence, false); in error() argument 215 << getErrorString(Message, Whence, true); in warning() argument 199 getErrorString(const Twine & Message,StringRef Whence,bool Warning) getErrorString() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | PS4CPU.cpp | 258 SmallString<80> Whence; PS4PS5Base() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 422 warn(Twine Message,std::string Whence="",std::string Hint="") warn() argument 432 warn(Error E,StringRef Whence="") warn() argument 440 exitWithError(Twine Message,std::string Whence="",std::string Hint="") exitWithError() argument 451 exitWithError(Error E,StringRef Whence="") exitWithError() argument 468 exitWithErrorCode(std::error_code EC,StringRef Whence="") exitWithErrorCode() argument 473 warnOrExitGivenError(FailureMode FailMode,std::error_code EC,StringRef Whence="") warnOrExitGivenError() argument [all...] |
/freebsd-src/usr.bin/truss/ |
H A D | syscall.h | 142 Whence, enumerator
|