Home
last modified time | relevance | path

Searched defs:__pos (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstring_view.tcc48 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find()
85 rfind(const _CharT* __str, size_type __pos, size_type __n) const noexcept in rfind()
122 find_first_of(const _CharT* __str, size_type __pos, in find_first_of()
139 find_last_of(const _CharT* __str, size_type __pos, in find_last_of()
161 find_first_not_of(const _CharT* __str, size_type __pos, in find_first_not_of()
185 find_last_not_of(const _CharT* __str, size_type __pos, in find_last_not_of()
H A Dforward_list.tcc51 _M_insert_after(const_iterator __pos, _Args&&... __args) in _M_insert_after()
64 _M_erase_after(_Fwd_list_node_base* __pos) in _M_erase_after()
78 _M_erase_after(_Fwd_list_node_base* __pos, in _M_erase_after()
164 _M_default_insert_after(const_iterator __pos, size_type __n) in _M_default_insert_after()
220 _M_splice_after(const_iterator __pos, in _M_splice_after()
239 splice_after(const_iterator __pos, forward_list&&, in splice_after()
256 insert_after(const_iterator __pos, size_type __n, const _Tp& __val) in insert_after()
271 insert_after(const_iterator __pos, in insert_after()
H A Dbasic_string.tcc311 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, in _M_mutate()
335 _M_erase(size_type __pos, size_type __n) in _M_erase()
424 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, in _M_replace()
1191 find(const _CharT* __s, size_type __pos, size_type __n) const in find()
1245 rfind(const _CharT* __s, size_type __pos, size_type __n) const in rfind()
1284 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_of()
1300 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_of()
1322 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of()
1346 find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_not_of()
1388 compare(size_type __pos, size_type __n, const basic_string& __str) const in compare()
[all …]
H A Dregex_scanner.tcc328 auto __pos = _M_find_escape(_M_ctype.narrow(__c, '\0')); in _M_eat_escape_ecma() local
407 auto __pos = std::strchr(_M_spec_char, _M_ctype.narrow(__c, '\0')); in _M_eat_escape_posix() local
445 auto __pos = _M_find_escape(_M_ctype.narrow(__c, '\0')); in _M_eat_escape_awk() local
H A Dcharconv.h83 unsigned __pos = __len - 1; in _GLIBCXX_VISIBILITY() local
H A Dhashtable.h978 auto __pos = __i++; in _GLIBCXX_VISIBILITY() local
1737 auto __pos = _M_insert_unique_node(__k, __bkt, __code, __node._M_node); in _GLIBCXX_VISIBILITY() local
1758 auto __pos in _GLIBCXX_VISIBILITY() local
1869 auto __pos in _GLIBCXX_VISIBILITY() local
1895 auto __pos in _GLIBCXX_VISIBILITY() local
H A Ddeque.tcc308 _M_fill_insert(iterator __pos, size_type __n, const value_type& __x) in _M_fill_insert()
587 _M_range_insert_aux(iterator __pos, in _M_range_insert_aux()
596 _M_range_insert_aux(iterator __pos, in _M_range_insert_aux()
643 _M_insert_aux(iterator __pos, _Args&&... __args) in _M_insert_aux()
683 _M_insert_aux(iterator __pos, size_type __n, const value_type& __x) in _M_insert_aux()
769 _M_insert_aux(iterator __pos, in _M_insert_aux()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dstring_view.tcc52 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find()
89 rfind(const _CharT* __str, size_type __pos, size_type __n) const noexcept in rfind()
126 find_first_of(const _CharT* __str, size_type __pos, size_type __n) const in find_first_of()
142 find_last_of(const _CharT* __str, size_type __pos, size_type __n) const in find_last_of()
163 find_first_not_of(const _CharT* __str, size_type __pos, size_type __n) const in find_first_not_of()
186 find_last_not_of(const _CharT* __str, size_type __pos, size_type __n) const in find_last_not_of()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dstring_view.tcc52 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find()
89 rfind(const _CharT* __str, size_type __pos, size_type __n) const noexcept in rfind()
126 find_first_of(const _CharT* __str, size_type __pos, size_type __n) const in find_first_of()
142 find_last_of(const _CharT* __str, size_type __pos, size_type __n) const in find_last_of()
163 find_first_not_of(const _CharT* __str, size_type __pos, size_type __n) const in find_first_not_of()
186 find_last_not_of(const _CharT* __str, size_type __pos, size_type __n) const in find_last_not_of()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstring_view.tcc48 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find()
97 rfind(const _CharT* __str, size_type __pos, size_type __n) const noexcept in rfind()
134 find_first_of(const _CharT* __str, size_type __pos, in find_first_of()
151 find_last_of(const _CharT* __str, size_type __pos, in find_last_of()
173 find_first_not_of(const _CharT* __str, size_type __pos, in find_first_not_of()
197 find_last_not_of(const _CharT* __str, size_type __pos, in find_last_not_of()
H A Dforward_list.tcc51 _M_insert_after(const_iterator __pos, _Args&&... __args) in _M_insert_after()
64 _M_erase_after(_Fwd_list_node_base* __pos) in _M_erase_after()
78 _M_erase_after(_Fwd_list_node_base* __pos, in _M_erase_after()
164 _M_default_insert_after(const_iterator __pos, size_type __n) in _M_default_insert_after()
220 _M_splice_after(const_iterator __pos, in _M_splice_after()
239 splice_after(const_iterator __pos, forward_list&&, in splice_after()
256 insert_after(const_iterator __pos, size_type __n, const _Tp& __val) in insert_after()
271 insert_after(const_iterator __pos, in insert_after()
H A Dregex_scanner.tcc316 auto __pos = _M_find_escape(_M_ctype.narrow(__c, '\0')); in _M_eat_escape_ecma() local
398 auto __pos = __builtin_strchr(_M_spec_char, _M_ctype.narrow(__c, '\0')); in _M_eat_escape_posix() local
435 auto __pos = _M_find_escape(_M_ctype.narrow(__c, '\0')); in _M_eat_escape_awk() local
H A Dbasic_string.tcc326 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, in _M_mutate()
351 _M_erase(size_type __pos, size_type __n) in _M_erase()
481 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, in _M_replace()
659 find(const _CharT* __s, size_type __pos, size_type __n) const in find()
715 rfind(const _CharT* __s, size_type __pos, size_type __n) const in rfind()
756 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_of()
773 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_of()
796 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of()
822 find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_not_of()
866 compare(size_type __pos, size_type __n, const basic_string& __str) const in compare()
[all …]
H A Dhashtable.h1106 auto __pos = __i++; in _GLIBCXX_VISIBILITY() local
1136 auto __pos = __i++; in _GLIBCXX_VISIBILITY() local
2096 auto __pos = _M_insert_unique_node(__bkt, __code, __node._M_node); in _GLIBCXX_VISIBILITY() local
2118 auto __pos in _GLIBCXX_VISIBILITY() local
2268 auto __pos in _GLIBCXX_VISIBILITY() local
2295 auto __pos in _GLIBCXX_VISIBILITY() local
H A Dcharconv.h83 unsigned __pos = __len - 1; in _GLIBCXX_VISIBILITY() local
H A Dcow_string.h1654 const size_type __pos = __p - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
1731 const size_type __pos = __position - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
3187 const size_type __pos = __s - _M_data(); in _GLIBCXX_VISIBILITY() local
3321 const size_type __pos = __first - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring.h944 const size_type __pos = __p - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
988 const size_type __pos = __p - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
1152 const size_type __pos = __p - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
1198 const size_type __pos = __position - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
1223 const size_type __pos = __first - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
H A Dvstring.tcc128 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, in _M_replace()
270 find(const _CharT* __s, size_type __pos, size_type __n) const in find()
313 rfind(const _CharT* __s, size_type __pos, size_type __n) const in rfind()
353 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_of()
370 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_of()
392 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of()
417 find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_not_of()
460 compare(size_type __pos, size_type __n, const __versa_string& __str) const in compare()
512 compare(size_type __pos, size_type __n1, const _CharT* __s) const in compare()
529 compare(size_type __pos, size_type __n1, const _CharT* __s, in compare()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring.h945 const size_type __pos = __p - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
989 const size_type __pos = __p - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
1153 const size_type __pos = __p - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
1199 const size_type __pos = __position - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
1224 const size_type __pos = __first - _M_ibegin(); in _GLIBCXX_VISIBILITY() local
H A Dvstring.tcc128 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, in _M_replace()
270 find(const _CharT* __s, size_type __pos, size_type __n) const in find()
313 rfind(const _CharT* __s, size_type __pos, size_type __n) const in rfind()
353 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_of()
370 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_of()
392 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of()
417 find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_not_of()
460 compare(size_type __pos, size_type __n, const __versa_string& __str) const in compare()
512 compare(size_type __pos, size_type __n1, const _CharT* __s) const in compare()
529 compare(size_type __pos, size_type __n1, const _CharT* __s, in compare()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dlosertree.h136 unsigned int __pos = _M_k + __source; in __insert_start() local
231 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0; in __delete_min_insert() local
333 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0; in __delete_min_insert() local
395 unsigned int __pos = _M_k + __source; in __insert_start() local
461 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0; in __delete_min_insert() local
543 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0; in __delete_min_insert() local
633 unsigned int __pos = _M_k + __source; in __insert_start() local
709 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0; in __delete_min_insert() local
804 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0; in __delete_min_insert() local
878 unsigned int __pos = _M_k + __source; in __insert_start() local
[all …]
H A Dequally_split.h53 _DifferenceType __pos = 0; in __equally_split() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dlosertree.h136 unsigned int __pos = _M_k + __source; in __insert_start() local
231 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0; in __delete_min_insert() local
333 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0; in __delete_min_insert() local
395 unsigned int __pos = _M_k + __source; in __insert_start() local
461 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0; in __delete_min_insert() local
543 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0; in __delete_min_insert() local
633 unsigned int __pos = _M_k + __source; in __insert_start() local
709 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0; in __delete_min_insert() local
804 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0; in __delete_min_insert() local
878 unsigned int __pos = _M_k + __source; in __insert_start() local
[all …]
H A Dequally_split.h53 _DifferenceType __pos = 0; in __equally_split() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_vector_to_list.h100 __opr_insert(std::size_t __pos, std::size_t __num) in __opr_insert()
212 std::size_t __pos, in __trace_vector_to_list_insert()

123