Home
last modified time | relevance | path

Searched refs:Whence (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/tools/llvm-cxxmap/
Dllvm-cxxmap.cpp56 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()
/openbsd/src/gnu/llvm/llvm/tools/llvm-cov/
DCodeCoverage.cpp75 void error(const Twine &Message, StringRef Whence = "");
78 void warning(const Twine &Message, StringRef Whence = "");
191 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() argument
195 if (!Whence.empty()) in getErrorString()
196 Str += Whence.str() + ": "; in getErrorString()
201 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() argument
204 << getErrorString(Message, Whence, false); in error()
207 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { in warning() argument
210 << getErrorString(Message, Whence, true); in warning()
/openbsd/src/gnu/llvm/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp62 static void warn(Twine Message, std::string Whence = "", in warn() argument
65 if (!Whence.empty()) in warn()
66 errs() << Whence << ": "; in warn()
72 static void warn(Error E, StringRef Whence = "") { in warn() argument
75 warn(IPE.message(), std::string(Whence), std::string("")); in warn()
80 static void exitWithError(Twine Message, std::string Whence = "", in exitWithError() argument
83 if (!Whence.empty()) in exitWithError()
84 errs() << Whence << ": "; in exitWithError()
91 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() argument
100 exitWithError(IPE.message(), std::string(Whence), std::string(Hint)); in exitWithError()
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
Dfileops.c55 # define lseek(FD, Offset, Whence) __lseek (FD, Offset, Whence) argument
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dintrin.def3275 DEFIMP (FSEEK, "FSEEK", FSEEK,,, "--:-:Unit=I*,Offset=I*,Whence=I*,ErrLab=?g*")
/openbsd/src/gnu/usr.bin/perl/Porting/
Depigraphs.pod3081 Whence no man has yet returned!