Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dnested_exception.h46 struct __nested : public _Tp, public nested_exception { struct
47 _LIBCPP_HIDE_FROM_ABI explicit __nested(const _Tp& __t) : _Tp(__t) {} in __nested() function