Home
last modified time | relevance | path

Searched refs:__destroy (Results 1 – 5 of 5) 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/experimental/
Dany302 __destroy(const_cast<any &>(*__this));
327 static void __destroy(any & __this)
346 __destroy(__this);
383 __destroy(const_cast<any &>(*__this));
414 static void __destroy(any & __this)
/external/libcxx/include/
Dmemory1527 {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);}
1658 static void __destroy(true_type, allocator_type& __a, _Tp* __p)
1662 static void __destroy(false_type, allocator_type&, _Tp* __p)