Home
last modified time | relevance | path

Searched defs:Whence (Results 1 – 12 of 12) sorted by relevance

/external/libbrillo/brillo/streams/
Dstream.h87 enum class Whence { FROM_BEGIN, FROM_CURRENT, FROM_END }; enum
Dinput_stream_set.cc103 Whence /* whence */, in Seek() argument
Dstream_utils_unittest.cc101 using Whence = Stream::Whence; in TEST() typedef
Dfake_stream.cc175 Whence /* whence */, in Seek() argument
Dstream_unittest.cc36 using Whence = Stream::Whence; typedef
Dtls_stream.cc483 Whence /* whence */, in Seek() argument
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp114 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/
Dllvm-profdata.cpp39 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp45 static void warn(Twine Message, std::string Whence = "", in warn()
55 static void exitWithError(Twine Message, std::string Whence = "", in exitWithError()
66 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError()
82 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCodeCoverage.cpp164 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString()
174 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error()
180 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { in warning()
/external/libchrome/base/files/
Dfile.h111 enum Whence { enum
/external/clang/lib/StaticAnalyzer/Checkers/
DStreamChecker.cpp264 SVal Whence = state->getSVal(CE->getArg(2), C.getLocationContext()); in Fseek() local