Home
last modified time | relevance | path

Searched refs:__get_const_db (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__iterator/
H A Dwrap_iter.h86 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
92 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
98 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
108 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__decrementable(this),
119 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__addable(this, __n),
130 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__subscriptable(this, __n),
172 …_LIBCPP_DEBUG_ASSERT(__get_const_db()->__less_than_comparable(_VSTD::addressof(__x), _VSTD::addres…
181 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__less_than_comparable(&__x, &__y),
252 …_LIBCPP_DEBUG_ASSERT(__get_const_db()->__less_than_comparable(_VSTD::addressof(__x), _VSTD::addres…
/llvm-project-15.0.7/libcxx/include/
H A Dlist383 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
390 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
398 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
409 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__decrementable(this),
498 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
505 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
513 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
524 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__decrementable(this),
1399 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__p)) == this,
1413 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__p)) == this,
[all …]
H A D__hash_table324 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
331 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
338 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
439 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
445 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
452 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
545 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
552 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
559 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
678 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
[all …]
H A D__debug206 _LIBCPP_FUNC_VIS const __libcpp_db* __get_const_db();
H A Dvector1656 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__position)) == this,
1674 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__first)) == this,
1676 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__last)) == this,
1715 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__position)) == this,
1749 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__position)) == this,
1780 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__position)) == this,
1811 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__position)) == this,
1857 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__position)) == this,
1908 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__position)) == this,
H A Dunordered_map1209 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__p)) == this,
1230 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__p)) == this,
1248 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__p)) == this,
1264 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__p)) == this,
1296 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__h)) == this,
1307 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(_VSTD::addressof(__h)) == this,
H A Dunordered_set663 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(std::addressof(__p)) == this,
675 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(std::addressof(__p)) == this,
692 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(std::addressof(__p)) == this,
H A Dstring2936 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this,
2953 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this,
3024 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this,
3055 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this,
3286 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this,
3302 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__find_c_from_i(&__first) == this,
/llvm-project-15.0.7/libcxx/src/
H A Ddebug.cpp37 __get_const_db() in __get_const_db() function