Searched refs:dumps (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Danalyze_brprob_spec.py40 dumps = [] variable
44 dumps.append(os.path.join(root, x))
46 if len(dumps) == 0:
50 for d in dumps:
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Danalyze_brprob_spec.py41 dumps = [] variable
45 dumps.append(os.path.join(root, x))
47 if len(dumps) == 0:
51 for d in dumps:
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dmerge-stats.py32 out = json.dumps(result, indent=2)
/netbsd-current/external/gpl3/binutils/dist/config/
H A Dbootstrap-debug-big.mk3 # stage3, it generates dumps during stage2 and stage3, saving them all
/netbsd-current/external/gpl3/gcc/dist/config/
H A Dbootstrap-debug-big.mk3 # stage3, it generates dumps during stage2 and stage3, saving them all
/netbsd-current/external/gpl3/gdb/dist/config/
H A Dbootstrap-debug-big.mk3 # stage3, it generates dumps during stage2 and stage3, saving them all
/netbsd-current/external/gpl3/gdb.old/dist/config/
H A Dbootstrap-debug-big.mk3 # stage3, it generates dumps during stage2 and stage3, saving them all
/netbsd-current/external/gpl3/binutils.old/dist/config/
H A Dbootstrap-debug-big.mk3 # stage3, it generates dumps during stage2 and stage3, saving them all
/netbsd-current/external/gpl3/gcc.old/dist/config/
H A Dbootstrap-debug-big.mk3 # stage3, it generates dumps during stage2 and stage3, saving them all
/netbsd-current/external/mpl/bind/dist/doc/arm/_ext/
H A Dmergegrammar.py63 print(json.dumps(full_grammar))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dstatistics.c260 gcc::dump_manager *dumps = g->get_dumps (); local
261 statistics_dump_nr = dumps->dump_register (".statistics", "statistics",
272 gcc::dump_manager *dumps = g->get_dumps (); local
274 statistics_dump_flags = dumps->get_dump_file_info (statistics_dump_nr)->pflags;
H A Dpasses.c353 gcc::dump_manager *dumps = m_ctxt->get_dumps ();
358 dumps->dump_start (pass_profile_1->static_pass_number, NULL);
360 dumps->dump_finish (pass_profile_1->static_pass_number);
365 dumps->dump_start (pass_combine_1->static_pass_number, NULL);
367 dumps->dump_finish (pass_combine_1->static_pass_number);
371 for (i = TDI_end; (dfi = dumps->get_dump_file_info (i)) != NULL; ++i)
374 name = dumps->get_dump_file_name (dfi);
786 gcc::dump_manager *dumps = m_ctxt->get_dumps ();
827 id = dumps->dump_register (dot_name, flag_name, glob_name, dkind,
1484 gcc::dump_manager *dumps
352 gcc::dump_manager *dumps = m_ctxt->get_dumps (); local
785 gcc::dump_manager *dumps = m_ctxt->get_dumps (); local
1483 gcc::dump_manager *dumps = m_ctxt->get_dumps (); local
1761 gcc::dump_manager *dumps = g->get_dumps (); local
2120 gcc::dump_manager *dumps = g->get_dumps (); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dstatistics.cc260 gcc::dump_manager *dumps = g->get_dumps (); local
261 statistics_dump_nr = dumps->dump_register (".statistics", "statistics",
272 gcc::dump_manager *dumps = g->get_dumps (); local
274 statistics_dump_flags = dumps->get_dump_file_info (statistics_dump_nr)->pflags;
H A Dpasses.cc353 gcc::dump_manager *dumps = m_ctxt->get_dumps ();
358 dumps->dump_start (pass_profile_1->static_pass_number, NULL);
360 dumps->dump_finish (pass_profile_1->static_pass_number);
365 dumps->dump_start (pass_combine_1->static_pass_number, NULL);
367 dumps->dump_finish (pass_combine_1->static_pass_number);
371 for (i = TDI_end; (dfi = dumps->get_dump_file_info (i)) != NULL; ++i)
374 name = dumps->get_dump_file_name (dfi);
833 gcc::dump_manager *dumps = m_ctxt->get_dumps ();
874 id = dumps->dump_register (dot_name, flag_name, glob_name, dkind,
1531 gcc::dump_manager *dumps
352 gcc::dump_manager *dumps = m_ctxt->get_dumps (); local
832 gcc::dump_manager *dumps = m_ctxt->get_dumps (); local
1530 gcc::dump_manager *dumps = m_ctxt->get_dumps (); local
1809 gcc::dump_manager *dumps = g->get_dumps (); local
1929 gcc::dump_manager *dumps = m_ctxt->get_dumps (); local
2220 gcc::dump_manager *dumps = g->get_dumps (); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-objcp-common.cc474 /* Register c++-specific dumps. */
477 cp_register_dumps (gcc::dump_manager *dumps) argument
479 class_dump_id = dumps->dump_register
482 module_dump_id = dumps->dump_register
485 raw_dump_id = dumps->dump_register
H A Dmodule.cc4018 impl *dumps;
4030 if (dumps)
4031 dumps->indent++;
4035 if (dumps)
4037 gcc_checking_assert (dumps->indent);
4038 dumps->indent--;
4046 if (!dumps || !dumps->stream)
4065 if (!dumps || !dumps
[all...]
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dvisopts.py232 html = html_template.safe_substitute(expr=expr.encode("string-escape"), gcount=gcount, logs=json.dumps(logs).encode("string-escape"))
/netbsd-current/external/mpl/bind/dist/doc/misc/
H A Dparsegrammar.py190 print(json.dumps(grammar, indent=4))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-objcp-common.c435 /* Register c++-specific dumps. */
438 cp_register_dumps (gcc::dump_manager *dumps) argument
440 class_dump_id = dumps->dump_register
443 raw_dump_id = dumps->dump_register
/netbsd-current/compat/
H A Dexec.mk25 # anyone who needs kvm-access on crash dumps can build their
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A D__init__.py202 ENVIRONMENT_KEY: json.dumps({
/netbsd-current/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
H A Dgimple.vim10 " This Vim script highlights syntax in debug dumps containing GIMPLE
11 " intermediate representation. Such dumps are produced by GCC when
/netbsd-current/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
H A Dgimple.vim10 " This Vim script highlights syntax in debug dumps containing GIMPLE
11 " intermediate representation. Such dumps are produced by GCC when
/netbsd-current/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dbranch_changer.py161 r = requests.put(u, data = json.dumps(data), headers = {"content-type": "text/javascript"})
/netbsd-current/external/gpl3/gcc/dist/maintainer-scripts/
H A Dbranch_changer.py186 r = requests.put(u, data=json.dumps(data), headers={'content-type': 'text/javascript'})

Completed in 421 milliseconds

12