| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxmap/ |
| H A D | llvm-cxxmap.cpp | 56 static void warn(Twine Message, Twine Whence = "", in warn() argument 59 std::string WhenceStr = Whence.str(); in warn() 67 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() argument 70 std::string WhenceStr = Whence.str(); in exitWithError() 79 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() argument 80 exitWithError(toString(std::move(E)), Whence); in exitWithError() 83 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() argument 84 exitWithError(EC.message(), Whence); in exitWithErrorCode()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | PS4CPU.cpp | 258 SmallString<80> Whence; in PS4PS5Base() local 263 Whence = A->getSpelling(); in PS4PS5Base() 266 Whence = { "environment variable '", EnvVar, "'" }; in PS4PS5Base() 269 Whence = "compiler's location"; in PS4PS5Base() 280 << Twine(Platform, " system headers").str() << SDKIncludeDir << Whence; in PS4PS5Base() 292 << Twine(Platform, " system libraries").str() << SDKLibDir << Whence; in PS4PS5Base()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 75 void error(const Twine &Message, StringRef Whence = ""); 78 void warning(const Twine &Message, StringRef Whence = ""); 199 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() argument 203 if (!Whence.empty()) in getErrorString() 204 Str += Whence.str() + ": "; in getErrorString() 209 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() argument 212 << getErrorString(Message, Whence, false); in error() 215 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { in warning() argument 218 << getErrorString(Message, Whence, true); in warning()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 422 static void warn(Twine Message, std::string Whence = "", in warn() argument 425 if (!Whence.empty()) in warn() 426 errs() << Whence << ": "; in warn() 432 static void warn(Error E, StringRef Whence = "") { in warn() argument 443 if (!Whence.empty()) in exitWithError() 444 errs() << Whence << ": "; in exitWithError() 451 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() argument 469 exitWithError(EC.message(), std::string(Whence)); in exitWithErrorCode() 473 StringRef Whence = "") { in warnOrExitGivenError() argument 475 exitWithErrorCode(EC, Whence); in warnOrExitGivenError() [all …]
|
| /freebsd-14.2/usr.bin/truss/ |
| H A D | syscall.h | 142 Whence, enumerator
|
| H A D | syscalls.c | 361 .args = { { Int, 0 }, { QuadHex, 1 }, { Whence, 2 } } }, 613 .args = { { Int, 0 }, { Int, 1 }, { Whence, 2 } } }, 2012 case Whence: in print_arg()
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | bib | 4038 Whence should I have flesh to give unto all this people? for they weep unto me, saying, Give us fle… 6990 And Micah said unto him, Whence comest thou? And he said unto him, I am a Levite of Bethlehemjudah,… 8036 And David said unto the young man that told him, Whence art thou? And he answered, I am the son of … 9673 But he went in, and stood before his master. And Elisha said unto him, Whence comest thou, Gehazi? … 12877 And the LORD said unto Satan, Whence comest thou? Then Satan answered the LORD, and said, From goin… 13525 Whence then cometh wisdom? and where is the place of understanding? 23596 And his sisters, are they not all with us? Whence then hath this man all these things? 23667 And his disciples say unto him, Whence should we have so much bread in the wilderness, as to fill s… 26093 Nathanael saith unto him, Whence knowest thou me? Jesus answered and said unto him, Before that Phi… 26263 …p his eyes, and saw a great company come unto him, he saith unto Philip, Whence shall we buy bread… [all …]
|