Home
last modified time | relevance | path

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

/external/blktrace/btt/
Dproc.c46 static void __destroy(struct rb_node *n, int free_name, int free_pip) in __destroy() function
51 __destroy(n->rb_left, free_name, free_pip); in __destroy()
52 __destroy(n->rb_right, free_name, free_pip); in __destroy()
261 __destroy(root_pid.rb_node, 0, 0); in pip_exit()
262 __destroy(root_name.rb_node, 1, 1); in pip_exit()
Ddevs.c34 static void __destroy(struct rb_node *n) in __destroy() function
39 __destroy(n->rb_left); in __destroy()
40 __destroy(n->rb_right); in __destroy()
50 __destroy(roots[i].rb_node); in __destroy_heads()
Dseek.c89 static void __destroy(struct rb_node *n) in __destroy() function
94 __destroy(n->rb_left); in __destroy()
95 __destroy(n->rb_right); in __destroy()
247 __destroy(sip->root.rb_node); in seeki_free()
/external/libcxx/include/
Dany352 __destroy(const_cast<any &>(*__this));
377 static void __destroy(any & __this) {
393 __destroy(__this);
428 __destroy(const_cast<any &>(*__this));
459 static void __destroy(any & __this){
Dvariant750 void __destroy() noexcept { this->__index = __variant_npos<__index_t>; });
754 ~__destructor() { __destroy(); },
755 void __destroy() noexcept {
770 void __destroy() noexcept = delete;);
794 __lhs.__destroy();
899 this->__destroy();
934 this->__destroy();
Dmemory1595 {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
1726 static void __destroy(true_type, allocator_type& __a, _Tp* __p)
1730 static void __destroy(false_type, allocator_type&, _Tp* __p)