Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dextract_symbols.py454 template_function_count = dict() variable
456 template_function_count[""] = 0
490 old_count = template_function_count.setdefault(name,0)
491 template_function_count[name] = old_count + 1
507 template_count = template_function_count[template_function_mapping[k]]