Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/
H A D__debug168 void __insert_c(_Cont* __c)
170 __insert_c(static_cast<void*>(__c), &__create_C_node<_Cont>);
174 void __insert_c(void* __c, _InsertConstruct* __fn);
217 __get_db()->__insert_c(__c);
/openbsd-src/gnu/llvm/libcxx/src/
H A Ddebug.cpp152 __libcpp_db::__insert_c(void* __c, __libcpp_db::_InsertConstruct *__fn) in __insert_c() function in __libcpp_db