Home
last modified time | relevance | path

Searched refs:__destroy (Results 1 – 7 of 7) 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()
260 __destroy(root_pid.rb_node, 0, 0); in pip_exit()
261 __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.c90 static void __destroy(struct rb_node *n) in __destroy() function
95 __destroy(n->rb_left); in __destroy()
96 __destroy(n->rb_right); in __destroy()
247 __destroy(sip->root.rb_node); in seeki_free()
/external/libcxx/include/
Dany354 __destroy(const_cast<any &>(*__this));
379 static void __destroy(any & __this) {
395 __destroy(__this);
430 __destroy(const_cast<any &>(*__this));
461 static void __destroy(any & __this){
Dvariant752 void __destroy() noexcept { this->__index = __variant_npos<__index_t>; });
756 ~__destructor() { __destroy(); },
757 void __destroy() noexcept {
772 void __destroy() noexcept = delete;);
796 __lhs.__destroy();
901 this->__destroy();
936 this->__destroy();
Dfunctional1885 void (*const __destroy)(void*);
2083 if (__policy_->__destroy)
2093 if (__policy_->__destroy)
2094 __policy_->__destroy(__buf_.__large);
2115 if (__p->__destroy)
2116 __p->__destroy(__buf_.__large);
Dmemory1596 {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
1742 static void __destroy(true_type, allocator_type& __a, _Tp* __p)
1746 static void __destroy(false_type, allocator_type&, _Tp* __p)