Home
last modified time | relevance | path

Searched defs:__how_much (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dsso_string_base.h546 const size_type __how_much = _M_length() - __pos - __len1; in _GLIBCXX_VISIBILITY() local
569 const size_type __how_much = _M_length() - __pos - __n; in _GLIBCXX_VISIBILITY() local
H A Drc_string_base.h661 const size_type __how_much = _M_length() - __pos - __len1; in _GLIBCXX_VISIBILITY() local
684 const size_type __how_much = _M_length() - __pos - __n; in _GLIBCXX_VISIBILITY() local
H A Dvstring.tcc110 const size_type __how_much = __old_size - __pos1 - __n1; in _M_replace_aux() local
140 const size_type __how_much = __old_size - __pos - __len1; in _M_replace() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dsso_string_base.h546 const size_type __how_much = _M_length() - __pos - __len1; in _GLIBCXX_VISIBILITY() local
569 const size_type __how_much = _M_length() - __pos - __n; in _GLIBCXX_VISIBILITY() local
H A Drc_string_base.h661 const size_type __how_much = _M_length() - __pos - __len1; in _GLIBCXX_VISIBILITY() local
684 const size_type __how_much = _M_length() - __pos - __n; in _GLIBCXX_VISIBILITY() local
H A Dvstring.tcc110 const size_type __how_much = __old_size - __pos1 - __n1; in _M_replace_aux() local
140 const size_type __how_much = __old_size - __pos - __len1; in _M_replace() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.tcc314 const size_type __how_much = length() - __pos - __len1; in _M_mutate() local
337 const size_type __how_much = length() - __pos - __n; in _M_erase() local
407 const size_type __how_much = __old_size - __pos1 - __n1; in _M_replace_aux() local
436 const size_type __how_much = __old_size - __pos - __len1; in _M_replace() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d1386 const size_type __how_much = __old_size - __pos - __len1; in version() local
1727 const size_type __how_much = __old_size - __pos - __len1; in version() local
1776 const size_type __how_much = __old_size - __pos1 - __n1; in version() local
1806 const size_type __how_much = length() - __pos - __len1; in version() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.tcc329 const size_type __how_much = length() - __pos - __len1; in _M_mutate() local
353 const size_type __how_much = length() - __pos - __n; in _M_erase() local
463 const size_type __how_much = __old_size - __pos1 - __n1; in _M_replace_aux() local
493 const size_type __how_much = __old_size - __pos - __len1; in _M_replace() local
H A Dcow_string.h3395 const size_type __how_much = __old_size - __pos - __len1; in _GLIBCXX_VISIBILITY() local