Home
last modified time | relevance | path

Searched defs:func_dict (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/
Dupdate_llc_test_checks.py75 def build_function_body_dictionary(raw_tool_output, prefixes, func_dict, verbose): argument
100 def add_checks(output_lines, prefix_list, func_dict, func_name): argument
Dupdate_test_checks.py113 def build_function_body_dictionary(raw_tool_output, prefixes, func_dict, verbose, tool_basename): argument
188 def add_checks(output_lines, prefix_list, func_dict, func_name, tool_basename): argument
/external/python/cpython2/Include/
Dfuncobject.h29 PyObject *func_dict; /* The __dict__ attribute, a dict or NULL */ member