Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h353 return reinterpret_cast<error_type *>(&ErrorStorage); in getErrorStorage()
358 return reinterpret_cast<const error_type *>(&ErrorStorage); in getErrorStorage()
371 std::aligned_union_t<1, error_type> ErrorStorage; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h247 return reinterpret_cast<std::error_code *>(&ErrorStorage); in getErrorStorage()
256 AlignedCharArrayUnion<std::error_code> ErrorStorage; member
H A DError.h693 return reinterpret_cast<error_type *>(&ErrorStorage); in getErrorStorage()
698 return reinterpret_cast<const error_type *>(&ErrorStorage); in getErrorStorage()
731 AlignedCharArrayUnion<error_type> ErrorStorage; member