Searched refs:existing_function (Results 1 – 3 of 3) sorted by relevance
62 const auto existing_function = inserted.first; in FunctionId() local63 return existing_function->second; in FunctionId()
3497 for existing_function in (cls or module).functions:3498 if existing_function.name == function_name:3501 existing_function = None3502 if not existing_function:3511 … if not (existing_function.kind == self.kind and existing_function.coexist == self.coexist):3513 …self.function = existing_function.copy(name=function_name, full_name=full_name, module=module, cls…
1108 module.class.new_function [as c_basename] = module.class.existing_function