Searched refs:__iterator_copy (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __hash_table | 301 __get_db()->__iterator_copy(this, &__i); 315 __get_db()->__iterator_copy(this, &__i); 413 __get_db()->__iterator_copy(this, &__x); 422 __get_db()->__iterator_copy(this, &__i); 436 __get_db()->__iterator_copy(this, &__i); 532 __get_db()->__iterator_copy(this, &__i); 546 __get_db()->__iterator_copy(this, &__i); 666 __get_db()->__iterator_copy(this, &__x); 677 __get_db()->__iterator_copy(this, &__i); 691 __get_db()->__iterator_copy(this, &__i);
|
H A D | __debug | 239 void __iterator_copy(void* __i, const void* __i0);
|
H A D | list | 334 __get_db()->__iterator_copy(this, &__p); 348 __get_db()->__iterator_copy(this, &__p); 452 __get_db()->__iterator_copy(this, &__p); 462 __get_db()->__iterator_copy(this, &__p); 476 __get_db()->__iterator_copy(this, &__p);
|
H A D | iterator | 1319 __get_db()->__iterator_copy(this, &__u); 1327 __get_db()->__iterator_copy(this, &__x); 1334 __get_db()->__iterator_copy(this, &__x);
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | debug.cpp | 364 __libcpp_db::__iterator_copy(void* __i, const void* __i0) in __iterator_copy() function in __libcpp_db
|