Searched refs:__position (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | vector | 1654 vector<_Tp, _Allocator>::erase(const_iterator __position) 1658 _LIBCPP_ASSERT(__position != end(), 1660 difference_type __ps = __position - cbegin(); 1859 difference_type __off = __position - begin(); 3020 __r = __const_iterator_cast(__position); 3046 __r = __const_iterator_cast(__position); 3068 difference_type __off = __position - begin(); 3069 iterator __p = __const_iterator_cast(__position); 3123 __r = __const_iterator_cast(__position); 3143 iterator __r = __const_iterator_cast(__position); [all …]
|
| H A D | unordered_set | 1357 node_type extract(const_iterator __position) 1360 __position);
|
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | unicode.h | 71 _LIBCPP_HIDE_FROM_ABI constexpr const char* __position() const noexcept { return __first_; } in __position() function 141 _LIBCPP_HIDE_FROM_ABI constexpr const wchar_t* __position() const noexcept { return __first_; } in __position() function 300 return {__code_point, __code_point_view_.__position()}; in __consume() 313 … const _CharT* __result = __code_point_view_.__position(); in __get_break()
|
| /llvm-project-15.0.7/clang/www/ |
| H A D | libstdc++4.4-clang0x.patch | 170 + splice(iterator __position, list& __x) 171 + { splice(__position, std::move(__x)); } 178 this->_M_transfer(__position, __i, __j); 183 + splice(iterator __position, list& __x, iterator __i) 184 + { splice(__position, std::move(__x), __i); } 196 + splice(iterator __position, list& __x, iterator __first, 198 + { splice(__position, std::move(__x), __first, __last); }
|
| /llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/ |
| H A D | vector.ll | 58 …l_iteratorIPS0_S2_EERKS0_(%"class.std::vector"* nocapture %this, i8** %__position.coerce, i8** noc… 68 …ormal_iteratorIPlS1_EERKl(%"class.std::vector"* nocapture %this, i64* %__position.coerce, i64* noc…
|