Home
last modified time | relevance | path

Searched refs:ErrorStorage (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h355 return reinterpret_cast<error_type *>(&ErrorStorage); in getErrorStorage()
360 return reinterpret_cast<const error_type *>(&ErrorStorage); in getErrorStorage()
373 std::aligned_union_t<1, error_type> ErrorStorage; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h248 return reinterpret_cast<std::error_code *>(&ErrorStorage); in getErrorStorage()
257 AlignedCharArrayUnion<std::error_code> ErrorStorage; member
H A DError.h675 return reinterpret_cast<error_type *>(&ErrorStorage); in getErrorStorage()
680 return reinterpret_cast<const error_type *>(&ErrorStorage); in getErrorStorage()
715 AlignedCharArrayUnion<error_type> ErrorStorage; member