Home
last modified time | relevance | path

Searched refs:dumpname (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/usr.bin/xlint/lint2/
H A Demit2.c44 static void dumpname(hte_t *);
150 dumpname(hte_t *hte) in dumpname() function
173 errx(1, "internal error: dumpname %s", hte->h_name); in dumpname()
196 symtab_forall_sorted(dumpname); in outlib()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtoplev.c844 char *dumpname = XNEWVEC (char, len + 6); in init_asm_output() local
846 memcpy (dumpname, dump_base_name, len + 1); in init_asm_output()
847 strip_off_ending (dumpname, len); in init_asm_output()
848 strcat (dumpname, ".s"); in init_asm_output()
849 asm_file_name = dumpname; in init_asm_output()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtoplev.cc701 char *dumpname = XNEWVEC (char, len + 6); in init_asm_output() local
703 memcpy (dumpname, dump_base_name, len + 1); in init_asm_output()
704 strip_off_ending (dumpname, len); in init_asm_output()
705 strcat (dumpname, ".s"); in init_asm_output()
706 asm_file_name = dumpname; in init_asm_output()
H A DChangeLog-19993122 * toplev.c (compile_file): Reuse dumpname memory instead
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dcontexts.rst247 const char *dumpname, \
253 Parameter "dumpname" corresponds to the equivalent gcc command-line
269 The context directly stores the dumpname as a ``(const char *)``, so
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dcontexts.rst247 const char *dumpname, \
253 Parameter "dumpname" corresponds to the equivalent gcc command-line
269 The context directly stores the dumpname as a ``(const char *)``, so
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.h1327 const char *dumpname,
H A Dlibgccjit.c2728 const char *dumpname, in gcc_jit_context_enable_dump() argument
2733 RETURN_IF_FAIL (dumpname, ctxt, NULL, "NULL dumpname"); in gcc_jit_context_enable_dump()
2736 ctxt->enable_dump (dumpname, out_ptr); in gcc_jit_context_enable_dump()
H A Djit-recording.c1362 recording::context::enable_dump (const char *dumpname, in enable_dump() argument
1366 gcc_assert (dumpname); in enable_dump()
1369 d.m_dumpname = dumpname; in enable_dump()
H A Djit-recording.h236 enable_dump (const char *dumpname,
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.h1646 const char *dumpname,
H A Dlibgccjit.cc3605 const char *dumpname, in gcc_jit_context_enable_dump() argument
3610 RETURN_IF_FAIL (dumpname, ctxt, NULL, "NULL dumpname"); in gcc_jit_context_enable_dump()
3613 ctxt->enable_dump (dumpname, out_ptr); in gcc_jit_context_enable_dump()
H A Djit-recording.cc1461 recording::context::enable_dump (const char *dumpname, in enable_dump() argument
1465 gcc_assert (dumpname); in enable_dump()
1468 d.m_dumpname = dumpname; in enable_dump()
H A Djit-recording.h252 enable_dump (const char *dumpname,
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc461 char * const dumpname = concat (dump_base_name, ".decl", NULL); in objc_write_global_declarations() local
462 gen_declaration_file = fopen (dumpname, "w"); in objc_write_global_declarations()
464 fatal_error (input_location, "cannot open %s: %m", dumpname); in objc_write_global_declarations()
465 free (dumpname); in objc_write_global_declarations()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c458 char * const dumpname = concat (dump_base_name, ".decl", NULL); in objc_write_global_declarations() local
459 gen_declaration_file = fopen (dumpname, "w"); in objc_write_global_declarations()
461 fatal_error (input_location, "cannot open %s: %m", dumpname); in objc_write_global_declarations()
462 free (dumpname); in objc_write_global_declarations()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi5238 …gcc_jit_context_enable_dump (gcc_jit_context@w{ }*ctxt, const char@w{ }*dumpname, char@w{ }**out_p…
5243 Parameter "dumpname" corresponds to the equivalent gcc command-line
5261 The context directly stores the dumpname as a @code{(const char *)}, so
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi4731 …gcc_jit_context_enable_dump (gcc_jit_context@w{ }*ctxt, const char@w{ }*dumpname, char@w{ }**out_p…
4736 Parameter “dumpname” corresponds to the equivalent gcc command-line
4752 The context directly stores the dumpname as a @code{(const char *)}, so