Searched refs:existing_function (Results 1 – 3 of 3) sorted by relevance
194 FunctionSet::iterator existing_function = std::find_if( in AddFunction() local197 assert(existing_function != functions_.end()); in AddFunction()198 (*existing_function)->is_multiple = true; in AddFunction()
4299 for existing_function in (cls or module).functions:4300 if existing_function.name == function_name:4303 existing_function = None4304 if not existing_function:4313 … if not (existing_function.kind == self.kind and existing_function.coexist == self.coexist):4315 …self.function = existing_function.copy(name=function_name, full_name=full_name, module=module, cls…
1128 module.class.new_function [as c_basename] = module.class.existing_function