Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/include/
H A Drefstring.h83 __libcpp_refstring::__libcpp_refstring(const char* msg) { in __libcpp_refstring() function
95 __libcpp_refstring::__libcpp_refstring(const __libcpp_refstring &s) noexcept in __libcpp_refstring() function
103 __libcpp_refstring& __libcpp_refstring::operator=(__libcpp_refstring const& s) noexcept {
120 __libcpp_refstring::~__libcpp_refstring() { in ~__libcpp_refstring()
130 bool __libcpp_refstring::__uses_refcount() const { in __uses_refcount()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dstdexcept56 class _LIBCPP_HIDDEN __libcpp_refstring
62 explicit __libcpp_refstring(const char* __msg);
63 __libcpp_refstring(const __libcpp_refstring& __s) _NOEXCEPT;
64 __libcpp_refstring& operator=(const __libcpp_refstring& __s) _NOEXCEPT;
65 ~__libcpp_refstring();
81 _VSTD::__libcpp_refstring __imp_;
104 _VSTD::__libcpp_refstring __imp_;
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/runtime/
H A Dstdexcept_default.ipp17 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char*), "");