Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp137 __imp(const __imp&);
138 __imp(const __imp&, const string&, locale::category c);
139 __imp(const __imp& other, const __imp& one, locale::category c);
140 __imp(const __imp&, facet* f, long id);
141 ~__imp();
283 locale::__imp::__imp(const __imp& other) : facets_(max<size_t>(N, other.facets_.size())), name_(oth… in __imp() function in locale::__imp
290 locale::__imp::__imp(const __imp& other, const string& name, locale::category c) in __imp() function in locale::__imp
364 inline void locale::__imp::install_from(const locale::__imp& one) { in install_from()
369 locale::__imp::__imp(const __imp& other, const __imp& one, locale::category c) in __imp() function in locale::__imp
458 locale::__imp::__imp(const __imp& other, facet* f, long id) in __imp() function in locale::__imp
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__locale116 class __imp;
117 __imp* __locale_;
122 _LIBCPP_HIDE_FROM_ABI explicit locale(__private_tag, __imp* __loc) : __locale_(__loc) {}
163 friend class locale::__imp;