Home
last modified time | relevance | path

Searched refs:__suffix_ (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dboyer_moore_searcher.h112 __suffix_(std::__allocate_shared_unbounded_array<difference_type[]>( in __first_()
145 shared_ptr<difference_type[]> __suffix_; variable
164 if (__k < __j && __m > __suffix_[__j]) in __search()
167 __current += __suffix_[__j]; in __search()
201 __suffix_[__i] = __count - __scratch[__count - 1]; in __build_suffix_table()
210 if (__suffix_[__j] > __k) in __build_suffix_table()
211 __suffix_[__j] = __k; in __build_suffix_table()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dregex4470 value_type __suffix_;
4525 // If the match results are not ready, this will return a default-constructed empty `__suffix_`.
4530 // If the match results are not ready, this will return a default-constructed empty `__suffix_`.
4532 return __suffix_;
4593 __suffix_.first = std::next(__f, std::distance(__mf, __m.suffix().first));
4594 __suffix_.second = std::next(__f, std::distance(__mf, __m.suffix().second));
4595 __suffix_.matched = __m.suffix().matched;
4623 …: __matches_(__a), __unmatched_(), __prefix_(), __suffix_(), __ready_(false), __position_start_() …
4635 __suffix_ = __unmatched_;
4686 __output_iter = std::copy(__suffix_.first, __suffix_.second, __output_iter);
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex4555 value_type __suffix_;
4615 // If the match results are not ready, this will return a default-constructed empty `__suffix_`.
4620 // If the match results are not ready, this will return a default-constructed empty `__suffix_`.
4622 return __suffix_;
4683 __suffix_.first = std::next(__f, std::distance(__mf, __m.suffix().first));
4684 __suffix_.second = std::next(__f, std::distance(__mf, __m.suffix().second));
4685 __suffix_.matched = __m.suffix().matched;
4713 …: __matches_(__a), __unmatched_(), __prefix_(), __suffix_(), __ready_(false), __position_start_() …
4725 __suffix_ = __unmatched_;
4776 __output_iter = std::copy(__suffix_.first, __suffix_.second, __output_iter);
[all …]