Searched refs:remove_function (Results 1 – 6 of 6) sorted by relevance
465 pub fn remove_function(&self, fn_name: &str, n_arg: c_int) -> Result<()> { in remove_function() method466 self.db.borrow_mut().remove_function(fn_name, n_arg) in remove_function()595 fn remove_function(&mut self, fn_name: &str, n_arg: c_int) -> Result<()> { in remove_function() method841 db.remove_function("half", 1)?; in test_remove_function()
1341 def remove_function(self, name): member in Context2694 def remove_function(name): function2696 context().remove_function(name)
284 context.remove_function(self.name)
231 context.remove_function(self.name)
1085 context.context().remove_function(f.signature.name)
907 context.context().remove_function(f.signature.name)