/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
H A D | ErrorHandling.h | 22 exitWithError(const Twine &Message, StringRef Whence = StringRef(), 25 if (!Whence.empty()) 26 errs() << Whence.str() << ": "; 34 exitWithError(std::error_code EC, StringRef Whence = StringRef()) { 35 exitWithError(EC.message(), Whence); 38 LLVM_ATTRIBUTE_NORETURN inline void exitWithError(Error E, StringRef Whence) { in exitWithError() argument 39 exitWithError(errorToErrorCode(std::move(E)), Whence); in exitWithError()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxmap/ |
H A D | llvm-cxxmap.cpp | 46 static void warn(Twine Message, Twine Whence = "", in warn() argument 49 std::string WhenceStr = Whence.str(); in warn() 57 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() argument 60 std::string WhenceStr = Whence.str(); in exitWithError() 69 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() argument 70 exitWithError(toString(std::move(E)), Whence); in exitWithError() 73 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() argument 74 exitWithError(EC.message(), Whence); in exitWithErrorCode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 70 void error(const Twine &Message, StringRef Whence = ""); 73 void warning(const Twine &Message, StringRef Whence = ""); 184 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() argument 188 if (!Whence.empty()) in getErrorString() 189 Str += Whence.str() + ": "; in getErrorString() 194 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() argument 197 << getErrorString(Message, Whence, false); in error() 200 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { in warning() argument 203 << getErrorString(Message, Whence, true); in warning()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 47 static void warn(Twine Message, std::string Whence = "", in warn() argument 50 if (!Whence.empty()) in warn() 51 errs() << Whence << ": "; in warn() 57 static void warn(Error E, StringRef Whence = "") { in warn() argument 60 warn(IPE.message(), std::string(Whence), std::string("")); in warn() 65 static void exitWithError(Twine Message, std::string Whence = "", in exitWithError() argument 68 if (!Whence.empty()) in exitWithError() 69 errs() << Whence << ": "; in exitWithError() 76 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() argument 85 exitWithError(IPE.message(), std::string(Whence), std::string(Hint)); in exitWithError() [all …]
|
/netbsd-src/external/historical/nawk/dist/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 …]
|