Home
last modified time | relevance | path

Searched refs:__annotate_increase (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dstring1496 __annotate_increase(__n);
1595 _LIBCPP_HIDE_FROM_ABI void __annotate_increase(size_type __n) const _NOEXCEPT {
1738 __annotate_increase(__n - __old_size);
1751 __annotate_increase(__newsz - __old_size);
2062 __annotate_increase(__n - __old_size);
2083 __annotate_increase(__n - __old_size);
2109 __annotate_increase(__n);
2111 __annotate_increase(__n - __old_size);
2122 __annotate_increase(1);
2146 __annotate_increase(__str.__get_short_size() - __get_short_size());
[all …]
H A Dvector753 _LIBCPP_HIDE_FROM_ABI void __annotate_increase(size_type __n) const _NOEXCEPT {
771 __v_.__annotate_increase(__n);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstring1431 __annotate_increase(__n);
2147 __annotate_increase(__n);
2262 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __annotate_increase(size_type __n) const …
2439 __annotate_increase(__n - __old_size);
2459 __annotate_increase(__newsz - __old_size);
2791 __annotate_increase(__n - __size);
2817 __annotate_increase(__n - __size);
2841 __annotate_increase(__n);
2843 __annotate_increase(__n - __old_size);
2854 __annotate_increase(1);
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__vector/
H A Dvector.h731 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __annotate_increase(size_type __n) const … in __annotate_increase() function
742 __v_.__annotate_increase(__n); in _ConstructTransaction()