Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/src/
Ddebug.cpp179 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(__c_node*))); in __insert_c() local
180 if (cbeg == nullptr) in __insert_c()
190 q->__next_ = cbeg[h]; in __insert_c()
191 cbeg[h] = q; in __insert_c()
196 __cbeg_ = cbeg; in __insert_c()
/external/libcxx/src/
Ddebug.cpp216 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*))); in __insert_c() local
217 if (cbeg == nullptr) in __insert_c()
227 q->__next_ = cbeg[h]; in __insert_c()
228 cbeg[h] = q; in __insert_c()
233 __cbeg_ = cbeg; in __insert_c()