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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Doptional.cpp14 bad_optional_access::~bad_optional_access() _NOEXCEPT = default;
16 const char* bad_optional_access::what() const _NOEXCEPT {
17 return "bad_optional_access";
25 // Preserve std::experimental::bad_optional_access for ABI compatibility
29 class _LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_BAD_OPTIONAL_ACCESS bad_optional_access class in inherits:std::logic_error
33 bad_optional_access() : std::logic_error("Bad optional Access") {} function in class:bad_optional_access
35 // Get the key function ~bad_optional_access() into the dylib
36 virtual ~bad_optional_access() _NOEXCEPT;
39 bad_optional_access
[all...]

Completed in 78 milliseconds