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()
261 __destroy(root_pid.rb_node, 0, 0); in pip_exit()
262 __destroy(root_name.rb_node, 1, 1); in pip_exit()
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()
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()
/external/libcxx/include/experimental/
Dany304 __destroy(const_cast<any &>(*__this));
329 static void __destroy(any & __this)
348 __destroy(__this);
385 __destroy(const_cast<any &>(*__this));
416 static void __destroy(any & __this)
/external/libcxx/include/
Dany350 __destroy(const_cast<any &>(*__this));
374 static void __destroy(any & __this) {
390 __destroy(__this);
425 __destroy(const_cast<any &>(*__this));
455 static void __destroy(any & __this){
Dvariant732 void __destroy() noexcept { this->__index = __variant_npos; });
736 ~__destructor() { __destroy(); },
737 void __destroy() noexcept {
752 void __destroy() noexcept = delete;);
775 __lhs.__destroy();
880 this->__destroy();
915 this->__destroy();
Dmemory1574 {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
1705 static void __destroy(true_type, allocator_type& __a, _Tp* __p)
1709 static void __destroy(false_type, allocator_type&, _Tp* __p)