Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/src/
H A Ddebug.cpp497 __i_node** ibeg = static_cast<__i_node**>(calloc(nc, sizeof(__i_node*))); in __insert_iterator() local
498 if (ibeg == nullptr) in __insert_iterator()
508 q->__next_ = ibeg[h]; in __insert_iterator()
509 ibeg[h] = q; in __insert_iterator()
514 __ibeg_ = ibeg; in __insert_iterator()