Searched refs:__shim (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc52 class locale::facet::__shim class in class:locale::facet
57 __shim(const __shim&) = delete;
58 __shim& operator=(const __shim&) = delete;
62 __shim(const facet* __f) : _M_facet(__f) { __f->_M_add_reference(); } function in class:locale::facet::__shim
64 ~__shim() { _M_facet->_M_remove_reference(); }
236 using facet::__shim; // Redeclare protected member as public.
238 using __shim = __shim_accessor::__shim;
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc52 class locale::facet::__shim class in class:locale::facet
57 __shim(const __shim&) = delete;
58 __shim& operator=(const __shim&) = delete;
62 __shim(const facet* __f) : _M_facet(__f) { __f->_M_add_reference(); } function in class:locale::facet::__shim
64 ~__shim() { _M_facet->_M_remove_reference(); }
236 using facet::__shim; // Redeclare protected member as public.
238 using __shim = __shim_accessor::__shim;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_classes.h470 class __shim; // For internal use only.
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_classes.h470 class __shim; // For internal use only.

Completed in 93 milliseconds