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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h244 return reinterpret_cast<storage_type*>(TStorage.buffer);
249 return reinterpret_cast<const storage_type*>(TStorage.buffer);
262 AlignedCharArrayUnion<storage_type> TStorage; member in union:llvm::ErrorOr::__anon4351
H A DError.h627 return reinterpret_cast<storage_type *>(TStorage.buffer);
632 return reinterpret_cast<const storage_type *>(TStorage.buffer);
676 AlignedCharArrayUnion<storage_type> TStorage; member in union:llvm::Expected::__anon4350

Completed in 180 milliseconds