/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/ |
D | common.py | 99 …dy_dictionary(function_re, scrubber, scrubber_args, raw_tool_output, prefixes, func_dict, verbose): argument 192 def add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format,… argument 259 def add_ir_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument 264 def add_analyze_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument
|
D | asm.py | 202 def build_function_body_dictionary_for_triple(args, raw_tool_output, triple, prefixes, func_dict): argument 256 def add_asm_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument
|
/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/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | update_cc_test_checks.py | 113 def get_function_body(args, filename, clang_args, prefixes, triple_in_cmd, func_dict): argument
|
D | update_mir_test_checks.py | 182 func_dict, verbose): argument 197 def add_checks_for_function(test, output_lines, run_list, func_dict, func_name, argument
|
/external/python/cpython2/Include/ |
D | funcobject.h | 29 PyObject *func_dict; /* The __dict__ attribute, a dict or NULL */ member
|
/external/python/cpython3/Include/ |
D | funcobject.h | 30 PyObject *func_dict; /* The __dict__ attribute, a dict or NULL */ member
|