Home
last modified time | relevance | path

Searched refs:__libcpp_refstring (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libc++/src/include/
H A Drefstring.h71 __libcpp_refstring::__libcpp_refstring(const char* msg) { in __libcpp_refstring() function
83 __libcpp_refstring::__libcpp_refstring(const __libcpp_refstring &s) _NOEXCEPT in __libcpp_refstring() function
91 __libcpp_refstring& __libcpp_refstring::operator=(__libcpp_refstring const& s) _NOEXCEPT {
108 __libcpp_refstring::~__libcpp_refstring() { in ~__libcpp_refstring()
118 bool __libcpp_refstring::__uses_refcount() const { in __uses_refcount()
/freebsd-12.1/contrib/libc++/include/
H A Dstdexcept58 class _LIBCPP_HIDDEN __libcpp_refstring
64 explicit __libcpp_refstring(const char* __msg);
65 __libcpp_refstring(const __libcpp_refstring& __s) _NOEXCEPT;
66 __libcpp_refstring& operator=(const __libcpp_refstring& __s) _NOEXCEPT;
67 ~__libcpp_refstring();
81 _VSTD::__libcpp_refstring __imp_;
98 _VSTD::__libcpp_refstring __imp_;
/freebsd-12.1/contrib/libc++/src/
H A Dstdexcept.cpp22 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), "");