Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dnested_exception.h47 struct __nested : public _Tp, public nested_exception { struct
48 _LIBCPP_HIDE_FROM_ABI explicit __nested(const _Tp& __t) : _Tp(__t) {} in __nested() argument
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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