| /external/llvm-project/llvm/tools/llvm-cxxmap/ |
| D | llvm-cxxmap.cpp | 45 static void warn(Twine Message, Twine Whence = "", in warn() 56 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() 68 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() 72 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode()
|
| /external/llvm-project/llvm/tools/llvm-profgen/ |
| D | ErrorHandling.h | 38 LLVM_ATTRIBUTE_NORETURN inline void exitWithError(Error E, StringRef Whence) { in exitWithError()
|
| /external/libbrillo/brillo/streams/ |
| D | stream.h | 87 enum class Whence { FROM_BEGIN, FROM_CURRENT, FROM_END }; enum
|
| D | input_stream_set.cc | 105 Whence /* whence */, in Seek() argument
|
| D | stream_utils_test.cc | 103 using Whence = Stream::Whence; in TEST() typedef
|
| D | fake_stream.cc | 176 Whence /* whence */, in Seek() argument
|
| D | stream_test.cc | 36 using Whence = Stream::Whence; typedef
|
| D | tls_stream.cc | 489 Whence /* whence */, in Seek() argument
|
| /external/llvm/tools/llvm-cov/ |
| D | CodeCoverage.cpp | 114 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() 124 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() 128 void CodeCoverageTool::deferError(const Twine &Message, StringRef Whence) { in deferError() 133 void CodeCoverageTool::deferWarning(const Twine &Message, StringRef Whence) { in deferWarning()
|
| /external/llvm/tools/llvm-profdata/ |
| D | llvm-profdata.cpp | 39 static void exitWithError(const Twine &Message, StringRef Whence = "", in exitWithError() 50 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() 66 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode()
|
| /external/llvm-project/llvm/tools/llvm-cov/ |
| D | CodeCoverage.cpp | 169 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() 179 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() 185 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { in warning()
|
| /external/libchrome/base/files/ |
| D | file.h | 111 enum Whence { enum
|
| /external/llvm-project/llvm/tools/llvm-profdata/ |
| D | llvm-profdata.cpp | 47 static void warn(Twine Message, std::string Whence = "", in warn() 57 static void exitWithError(Twine Message, std::string Whence = "", in exitWithError() 68 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() 84 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() 94 StringRef Whence = "") { in warnOrExitGivenError()
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | StreamChecker.cpp | 264 SVal Whence = state->getSVal(CE->getArg(2), C.getLocationContext()); in Fseek() local
|
| /external/rust/crates/nix/src/ |
| D | unistd.rs | 1012 pub enum Whence { enum
|