Searched defs:Whence (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/ |
H A D | llvm-cxxmap.cpp | 56 static void warn(Twine Message, Twine Whence = "", in warn() 67 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() 79 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() 83 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 196 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() 206 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() 212 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { in warning()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 460 static void warn(Twine Message, StringRef Whence = "", StringRef Hint = "") { in warn() 469 static void warn(Error E, StringRef Whence = "") { in warn() 477 static void exitWithError(Twine Message, StringRef Whence = "", in exitWithError() 488 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() 505 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() 510 StringRef Whence = "") { in warnOrExitGivenError()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | PS4CPU.cpp | 344 SmallString<80> Whence; in PS4PS5Base() local
|
/freebsd/usr.bin/truss/ |
H A D | syscall.h | 142 Whence, enumerator
|