Home
last modified time | relevance | path

Searched refs:__loc_ (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__format/
H A Dformat_context.h100 if (!__loc_) in _LIBCPP_PREFERRED_NAME()
101 __loc_ = _VSTD::locale{}; in _LIBCPP_PREFERRED_NAME()
102 return *__loc_; in _LIBCPP_PREFERRED_NAME()
122 optional<_VSTD::locale> __loc_; in _LIBCPP_PREFERRED_NAME() local
135 __loc_(_VSTD::move(__loc)) {} in _LIBCPP_PREFERRED_NAME()
177 __loc_([](void* __c) { return static_cast<_Context*>(__c)->locale(); }), in basic_format_context()
202 _LIBCPP_HIDE_FROM_ABI _VSTD::locale locale() { return __loc_(__ctx_); } in locale()
211 std::locale (*__loc_)(void* __ctx); variable
/openbsd/gnu/llvm/libcxx/src/
H A Dios.cpp123 static_assert(sizeof(locale) == sizeof(__loc_), ""); in imbue()
124 locale& loc_storage = *reinterpret_cast<locale*>(&__loc_); in imbue()
134 const locale& loc_storage = *reinterpret_cast<const locale*>(&__loc_); in getloc()
236 locale& loc_storage = *reinterpret_cast<locale*>(&__loc_); in ~ios_base()
279 ::new(&__loc_) locale; in init()
321 locale& lhs_loc = *reinterpret_cast<locale*>(&__loc_); in copyfmt()
322 const locale& rhs_loc = *reinterpret_cast<const locale*>(&rhs.__loc_); in copyfmt()
365 locale& rhs_loc = *reinterpret_cast<locale*>(&rhs.__loc_); in move()
366 ::new(&__loc_) locale(rhs_loc); in move()
397 locale& lhs_loc = *reinterpret_cast<locale*>(&__loc_); in swap()
[all …]
H A Dlocale.cpp62 if (__loc_) in ~__libcpp_unique_locale()
63 freelocale(__loc_); in ~__libcpp_unique_locale()
68 locale_t& get() { return __loc_; } in get()
70 locale_t __loc_; member
5195 if (__loc_ == 0) in __time_get()
5203 if (__loc_ == 0) in __time_get()
5210 freelocale(__loc_); in ~__time_get()
5853 if (__loc_ == 0) in __time_put()
5861 if (__loc_ == 0) in __time_put()
5868 if (__loc_ != _LIBCPP_GET_C_LOCALE) in ~__time_put()
[all …]
/openbsd/gnu/llvm/libcxx/include/
H A Dstreambuf146 locale __r = __loc_;
147 __loc_ = __loc;
152 locale getloc() const { return __loc_; }
298 locale __loc_;
325 : __loc_(__sb.__loc_),
339 __loc_ = __sb.__loc_;
353 _VSTD::swap(__loc_, __sb.__loc_);
H A Dios387 void* __loc_;
H A Dregex1050 locale __loc_;
1088 locale_type getloc()const {return __loc_;}
1160 __ct_ = &std::use_facet<ctype<char_type> >(__loc_);
1161 __col_ = &std::use_facet<collate<char_type> >(__loc_);
1168 locale __r = __loc_;
1169 __loc_ = __l;
H A Dlocale2343 locale_t __loc_;
2437 locale_t __loc_;
2439 _LIBCPP_INLINE_VISIBILITY __time_put() : __loc_(_LIBCPP_GET_C_LOCALE) {}