Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Ddebug.cpp502 __i_node** ibeg = static_cast<__i_node**>(calloc(nc, sizeof(void*))); in __insert_iterator() local
503 if (ibeg == nullptr) in __insert_iterator()
516 q->__next_ = ibeg[h]; in __insert_iterator()
517 ibeg[h] = q; in __insert_iterator()
522 __ibeg_ = ibeg; in __insert_iterator()