Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dextract_symbols.py449 template_function_count = dict() variable
451 template_function_count[""] = 0
485 old_count = template_function_count.setdefault(name,0)
486 template_function_count[name] = old_count + 1
502 template_count = template_function_count[template_function_mapping[k]]
/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]]