Home
last modified time | relevance | path

Searched defs:nested_ptr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dnested_exception.h43 _LIBCPP_HIDE_FROM_ABI exception_ptr nested_ptr() const _NOEXCEPT { return __ptr_; } in nested_ptr() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__exception/
H A Dnested_exception.h42 _LIBCPP_HIDE_FROM_ABI exception_ptr nested_ptr() const _NOEXCEPT { return __ptr_; } in nested_ptr() function