Searched defs:func_dict (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/ |
D | update_llc_test_checks.py | 75 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
|
D | update_test_checks.py | 113 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/ |
D | funcobject.h | 29 PyObject *func_dict; /* The __dict__ attribute, a dict or NULL */ member
|