Lines Matching refs:__loc_
140 static_assert(sizeof(locale) == sizeof(__loc_), ""); in imbue()
141 locale& loc_storage = *reinterpret_cast<locale*>(&__loc_); in imbue()
151 const locale& loc_storage = *reinterpret_cast<const locale*>(&__loc_); in getloc()
253 locale& loc_storage = *reinterpret_cast<locale*>(&__loc_); in ~ios_base()
297 ::new(&__loc_) locale; in init()
347 locale& lhs_loc = *reinterpret_cast<locale*>(&__loc_); in copyfmt()
348 const locale& rhs_loc = *reinterpret_cast<const locale*>(&rhs.__loc_); in copyfmt()
391 locale& rhs_loc = *reinterpret_cast<locale*>(&rhs.__loc_); in move()
392 ::new(&__loc_) locale(rhs_loc); in move()
423 locale& lhs_loc = *reinterpret_cast<locale*>(&__loc_); in swap()
424 locale& rhs_loc = *reinterpret_cast<locale*>(&rhs.__loc_); in swap()