/freebsd/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/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | PS4CPU.cpp | 344 SmallString<80> Whence; in PS4PS5Base() local 349 Whence = A->getSpelling(); in PS4PS5Base() 352 Whence = { "environment variable '", EnvVar, "'" }; in PS4PS5Base() 355 Whence = "compiler's location"; in PS4PS5Base() 366 << Twine(Platform, " system headers").str() << SDKIncludeDir << Whence; in PS4PS5Base() 378 << Twine(Platform, " system libraries").str() << SDKLibDir << Whence; in PS4PS5Base()
|
/freebsd/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 = ""); 196 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() argument 200 if (!Whence.empty()) in getErrorString() 201 Str += Whence.str() + ": "; in getErrorString() 206 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() argument 209 << getErrorString(Message, Whence, false); in error() 212 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { in warning() argument 215 << getErrorString(Message, Whence, true); 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() argument 462 if (!Whence.empty()) in warn() 463 errs() << Whence << ": "; in warn() 469 static void warn(Error E, StringRef Whence = "") { in warn() argument 472 warn(IPE.message(), Whence); in warn() 477 static void exitWithError(Twine Message, StringRef Whence = "", in exitWithError() argument 480 if (!Whence.empty()) in exitWithError() 481 errs() << Whence << ": "; in exitWithError() 488 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() argument 497 exitWithError(IPE.message(), Whence, Hint); in exitWithError() [all …]
|
/freebsd/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/contrib/one-true-awk/testdir/ |
H A D | bib | 1260 …f strange unto them, and spake roughly unto them; and he said unto them, Whence come ye? And they … 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? 23594 …t them in their synagogue, insomuch that they were astonished, and said, Whence hath this man this… 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… [all …]
|