Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/
H A Dextract_symbols.py464 template_function_count = dict() variable
466 template_function_count[""] = 0
500 old_count = template_function_count.setdefault(name,0)
501 template_function_count[name] = old_count + 1
517 template_count = template_function_count[template_function_mapping[k]]