Home
last modified time | relevance | path

Searched refs:m_extra_dump_files_alloced (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddumpfile.cc184 m_extra_dump_files_alloced (0), in dump_manager()
223 if (count >= m_extra_dump_files_alloced) in dump_register()
225 if (m_extra_dump_files_alloced == 0) in dump_register()
226 m_extra_dump_files_alloced = 512; in dump_register()
228 m_extra_dump_files_alloced *= 2; in dump_register()
231 m_extra_dump_files_alloced); in dump_register()
H A Ddumpfile.h756 size_t m_extra_dump_files_alloced; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddumpfile.c182 m_extra_dump_files_alloced (0), in dump_manager()
221 if (count >= m_extra_dump_files_alloced) in dump_register()
223 if (m_extra_dump_files_alloced == 0) in dump_register()
224 m_extra_dump_files_alloced = 512; in dump_register()
226 m_extra_dump_files_alloced *= 2; in dump_register()
229 m_extra_dump_files_alloced); in dump_register()
H A Ddumpfile.h746 size_t m_extra_dump_files_alloced; variable