Home
last modified time | relevance | path

Searched refs:function_calling_dict (Results 1 – 1 of 1) sorted by relevance

/petsc/lib/petsc/bin/maint/
H A DPetscStaticFunctionCandidates.py52 function_calling_dict = defaultdict(set); # Dictionary which records all calls to a function variable
62 function_calling_dict[funcname].add(file);
72 for func in function_calling_dict.keys():
73 if len(function_calling_dict[func]) < 2:
74 static_functions_for_file[function_calling_dict[func].pop()].append(func);