Home
last modified time | relevance | path

Searched refs:__imp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp127 class _LIBCPP_HIDDEN locale::__imp : public facet { class in locale
133 explicit __imp(size_t refs = 0);
134 explicit __imp(const string& name, size_t refs = 0);
135 __imp(const __imp&);
136 __imp(const __imp&, const string&, locale::category c);
137 __imp(const __imp& other, const __imp& one, locale::category c);
138 __imp(const __imp&, facet* f, long id);
139 ~__imp();
147 static __no_destroy<__imp> classic_locale_imp_;
156 void install_from(const __imp& other);
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale99 class __imp;
100 __imp* __locale_;
104 …_LIBCPP_HIDE_FROM_ABI explicit locale(__private_constructor_tag, __imp* __loc) : __locale_(__loc) …
145 friend class locale::__imp;