Searched refs:ErrorStorage (Results 1 – 2 of 2) sorted by relevance
255 return reinterpret_cast<std::error_code *>(ErrorStorage.buffer); in getErrorStorage()264 AlignedCharArrayUnion<std::error_code> ErrorStorage; member
638 return reinterpret_cast<error_type *>(ErrorStorage.buffer); in getErrorStorage()643 return reinterpret_cast<const error_type *>(ErrorStorage.buffer); in getErrorStorage()678 AlignedCharArrayUnion<error_type> ErrorStorage; member