Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libcxx/include/__iterator/
Dwrap_iter.h89 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this),
97 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this),
105 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this),
117 _LIBCPP_ASSERT(__get_const_db()->__decrementable(this),
130 _LIBCPP_ASSERT(__get_const_db()->__addable(this, __n),
143 _LIBCPP_ASSERT(__get_const_db()->__subscriptable(this, __n),
186 _LIBCPP_ASSERT(__get_const_db()->__less_than_comparable(&__x, &__y),
197 _LIBCPP_ASSERT(__get_const_db()->__less_than_comparable(&__x, &__y),
270 _LIBCPP_ASSERT(__get_const_db()->__less_than_comparable(&__x, &__y),
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dlist359 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this),
368 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this),
378 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this),
391 _LIBCPP_ASSERT(__get_const_db()->__decrementable(this),
486 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this),
495 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this),
505 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this),
518 _LIBCPP_ASSERT(__get_const_db()->__decrementable(this),
1452 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this,
1473 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this,
[all …]
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),
445 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
451 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
458 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
557 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
564 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
571 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
702 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
[all …]
D__debug266 _LIBCPP_FUNC_VIS const __libcpp_db* __get_const_db();
Dvector1732 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this,
1751 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__first) == this,
1754 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__last) == this,
1792 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this,
1829 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this,
1862 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this,
1897 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this,
1948 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this,
2001 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this,
Dunordered_map1104 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this,
1128 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this,
1149 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this,
1168 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this,
1203 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__h) == this,
1217 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__h) == this,
Dunordered_set572 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this,
589 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this,
610 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this,
Dstring2837 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this,
2855 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this,
2972 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this,
3206 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this,
3224 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__first) == this,
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Ddebug.cpp56 __get_const_db() in __get_const_db() function