Home
last modified time | relevance | path

Searched refs:__iterator_copy (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__iterator/
H A Dwrap_iter.h55 __get_db()->__iterator_copy(this, _VSTD::addressof(__u));
64 __get_db()->__iterator_copy(this, _VSTD::addressof(__x)); in __wrap_iter()
72 __get_db()->__iterator_copy(this, _VSTD::addressof(__x));
/llvm-project-15.0.7/libcxx/include/
H A D__hash_table301 __get_db()->__iterator_copy(this, _VSTD::addressof(__i));
315 __get_db()->__iterator_copy(this, _VSTD::addressof(__i));
407 __get_db()->__iterator_copy(this, _VSTD::addressof(__x));
416 __get_db()->__iterator_copy(this, _VSTD::addressof(__i));
430 __get_db()->__iterator_copy(this, _VSTD::addressof(__i));
520 __get_db()->__iterator_copy(this, _VSTD::addressof(__i));
534 __get_db()->__iterator_copy(this, _VSTD::addressof(__i));
642 __get_db()->__iterator_copy(this, _VSTD::addressof(__x));
653 __get_db()->__iterator_copy(this, _VSTD::addressof(__i));
667 __get_db()->__iterator_copy(this, _VSTD::addressof(__i));
H A D__debug179 void __iterator_copy(void* __i, const void* __i0);
H A Dlist358 __get_db()->__iterator_copy(this, _VSTD::addressof(__p));
372 __get_db()->__iterator_copy(this, _VSTD::addressof(__p));
464 __get_db()->__iterator_copy(this, _VSTD::addressof(__p));
474 __get_db()->__iterator_copy(this, _VSTD::addressof(__p));
488 __get_db()->__iterator_copy(this, _VSTD::addressof(__p));
/llvm-project-15.0.7/libcxx/src/
H A Ddebug.cpp345 __libcpp_db::__iterator_copy(void* __i, const void* __i0) in __iterator_copy() function in __libcpp_db