HomeSort by relevance Sort by last modified time
    Searched defs:StringError (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Support/
Error.cpp 55 char StringError::ID = 0;
94 StringError::StringError(const Twine &S, std::error_code EC)
97 void StringError::log(raw_ostream &OS) const { OS << Msg; }
99 std::error_code StringError::convertToErrorCode() const {
  /external/llvm/include/llvm/Support/
Error.h 880 /// StringError is useful in cases where the client is not expected to be able
883 class StringError : public ErrorInfo<StringError> {
886 StringError(const Twine &S, std::error_code EC);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Error.h 917 /// StringError is useful in cases where the client is not expected to be able
920 class StringError : public ErrorInfo<StringError> {
924 StringError(const Twine &S, std::error_code EC);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h 917 /// StringError is useful in cases where the client is not expected to be able
920 class StringError : public ErrorInfo<StringError> {
924 StringError(const Twine &S, std::error_code EC);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Error.h 967 /// StringError is useful in cases where the client is not expected to be able
970 class StringError : public ErrorInfo<StringError> {
974 StringError(const Twine &S, std::error_code EC);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Error.h 967 /// StringError is useful in cases where the client is not expected to be able
970 class StringError : public ErrorInfo<StringError> {
974 StringError(const Twine &S, std::error_code EC);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h 917 /// StringError is useful in cases where the client is not expected to be able
920 class StringError : public ErrorInfo<StringError> {
924 StringError(const Twine &S, std::error_code EC);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Error.h 967 /// StringError is useful in cases where the client is not expected to be able
970 class StringError : public ErrorInfo<StringError> {
974 StringError(const Twine &S, std::error_code EC);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Error.h 967 /// StringError is useful in cases where the client is not expected to be able
970 class StringError : public ErrorInfo<StringError> {
974 StringError(const Twine &S, std::error_code EC);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Error.h     [all...]

Completed in 632 milliseconds