Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
Dcommon.py99 …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
Dasm.py202 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/
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/swiftshader/third_party/llvm-7.0/llvm/utils/
Dupdate_cc_test_checks.py113 def get_function_body(args, filename, clang_args, prefixes, triple_in_cmd, func_dict): argument
Dupdate_mir_test_checks.py182 func_dict, verbose): argument
197 def add_checks_for_function(test, output_lines, run_list, func_dict, func_name, argument
/external/python/cpython2/Include/
Dfuncobject.h29 PyObject *func_dict; /* The __dict__ attribute, a dict or NULL */ member
/external/python/cpython3/Include/
Dfuncobject.h30 PyObject *func_dict; /* The __dict__ attribute, a dict or NULL */ member