Searched refs:ErrorStorage (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h254 return reinterpret_cast<std::error_code *>(ErrorStorage.buffer);
263 AlignedCharArrayUnion<std::error_code> ErrorStorage; member in union:llvm::ErrorOr::__anon1879
H A DError.h637 return reinterpret_cast<error_type *>(ErrorStorage.buffer);
642 return reinterpret_cast<const error_type *>(ErrorStorage.buffer);
677 AlignedCharArrayUnion<error_type> ErrorStorage; member in union:llvm::Expected::__anon1542

Completed in 104 milliseconds