Lines Matching refs:__loc_
105 static_assert(sizeof(locale) == sizeof(__loc_), ""); in imbue()
106 locale& loc_storage = *reinterpret_cast<locale*>(&__loc_); in imbue()
114 const locale& loc_storage = *reinterpret_cast<const locale*>(&__loc_); in getloc()
200 if (!__loc_) in ~ios_base()
203 locale& loc_storage = *reinterpret_cast<locale*>(&__loc_); in ~ios_base()
242 ::new (&__loc_) locale; in init()
279 locale& lhs_loc = *reinterpret_cast<locale*>(&__loc_); in copyfmt()
280 const locale& rhs_loc = *reinterpret_cast<const locale*>(&rhs.__loc_); in copyfmt()
317 locale& rhs_loc = *reinterpret_cast<locale*>(&rhs.__loc_); in move()
318 ::new (&__loc_) locale(rhs_loc); in move()
347 locale& lhs_loc = *reinterpret_cast<locale*>(&__loc_); in swap()
348 locale& rhs_loc = *reinterpret_cast<locale*>(&rhs.__loc_); in swap()