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

/freebsd-11-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::__anon1879
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::__anon1542

Completed in 59 milliseconds