Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/src/include/
H A Drefstring.h78 inline __libcpp_refstring::__libcpp_refstring(const char* msg) { in __libcpp_refstring() function
89 inline __libcpp_refstring::__libcpp_refstring(const __libcpp_refstring& s) noexcept : __imp_(s.__im… in __libcpp_refstring() function
94 inline __libcpp_refstring& __libcpp_refstring::operator=(__libcpp_refstring const& s) noexcept {
108 inline __libcpp_refstring::~__libcpp_refstring() { in ~__libcpp_refstring()
117 inline bool __libcpp_refstring::__uses_refcount() const { in __uses_refcount()
/freebsd-src/contrib/llvm-project/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();
80 std::__libcpp_refstring __imp_;
104 std::__libcpp_refstring __imp_;
/freebsd-src/contrib/llvm-project/libcxx/src/support/runtime/
H A Dstdexcept_default.ipp16 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char*), "");