Home
last modified time | relevance | path

Searched defs:__sz (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc51 _M_get(size_t __sz) throw(std::bad_alloc) in _M_get()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc51 _M_get(size_t __sz) throw(std::bad_alloc) in _M_get()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dforward_list.tcc182 resize(size_type __sz) in resize()
201 resize(size_type __sz, const value_type& __val) in resize()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dforward_list.tcc182 resize(size_type __sz) in resize()
201 resize(size_type __sz, const value_type& __val) in resize()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d1021 const __sz = size(); in version() local