Home
last modified time | relevance | path

Searched refs:_Rep_base (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/src/include/
H A Drefstring.h40 struct _Rep_base { struct
46 inline _Rep_base* rep_from_data(const char *data_) noexcept { in rep_from_data() argument
48 return reinterpret_cast<_Rep_base *>(data - sizeof(_Rep_base)); in rep_from_data()
51 inline char * data_from_rep(_Rep_base *rep) noexcept { in data_from_rep()
66 return data_from_rep(reinterpret_cast<_Rep_base *>(sym)); in compute_gcc_empty_string_storage()
85 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1)); in __libcpp_refstring()
105 struct _Rep_base *old_rep = rep_from_data(__imp_);
122 _Rep_base* rep = rep_from_data(__imp_); in ~__libcpp_refstring()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h163 struct _Rep_base in _GLIBCXX_VISIBILITY() struct
170 struct _Rep : _Rep_base in _GLIBCXX_VISIBILITY()
3011 _Rep::_S_max_size = (((npos - sizeof(_Rep_base))/sizeof(_CharT)) - 1) / 4; in _GLIBCXX_VISIBILITY()
3027 (sizeof(_Rep_base) + sizeof(_CharT) + sizeof(size_type) - 1) / in _GLIBCXX_VISIBILITY()
3366 const size_type __size = sizeof(_Rep_base) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d1157 struct _Rep_base in version() struct
1166 _Rep_base base; in version()
1171 enum size_type _S_max_size = (((npos - _Rep_base.sizeof) / T.sizeof) - 1) / 4; in version()
1174 …__gshared size_type[(_Rep_base.sizeof + T.sizeof + size_type.sizeof - 1) / size_type.sizeof] _S_em… in version()
1278 const size_type __size = _Rep_base.sizeof + (_M_capacity + 1) * T.sizeof; in version()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.tcc493 _Rep::_S_max_size = (((npos - sizeof(_Rep_base))/sizeof(_CharT)) - 1) / 4;
509 (sizeof(_Rep_base) + sizeof(_CharT) + sizeof(size_type) - 1) /
891 const size_type __size = sizeof(_Rep_base) +
H A Dbasic_string.h3199 struct _Rep_base in _GLIBCXX_VISIBILITY()
3206 struct _Rep : _Rep_base in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20034513 a base class _Rep_base.