Home
last modified time | relevance | path

Searched defs:CastsToErrorCode (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DErrorOrTest.cpp91 struct CastsToErrorCode { in TEST() struct
93 CastsToErrorCode(std::error_code) {} in TEST() argument
94 operator std::error_code() { return errc::invalid_argument; } in TEST()
/external/llvm/unittests/Support/
DErrorOrTest.cpp91 struct CastsToErrorCode { in TEST() struct
93 CastsToErrorCode(std::error_code) {} in TEST() argument
94 operator std::error_code() { return errc::invalid_argument; } in TEST()