Searched refs:__destroy (Results 1 – 7 of 7) sorted by relevance
/external/blktrace/btt/ |
D | proc.c | 46 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()
|
D | seek.c | 89 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()
|
D | devs.c | 34 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/ |
D | any | 304 __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/ |
D | any | 350 __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){
|
D | variant | 732 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();
|
D | memory | 1574 {__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)
|