Home
last modified time | relevance | path

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

/external/llvm/utils/
Dextract_symbols.py441 template_function_count = dict() variable
443 template_function_count[""] = 0
477 old_count = template_function_count.setdefault(name,0)
478 template_function_count[name] = old_count + 1
494 template_count = template_function_count[template_function_mapping[k]]