| /netbsd-src/usr.bin/xlint/lint2/ |
| H A D | emit2.c | 44 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 D | toplev.c | 844 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 D | toplev.cc | 701 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 D | ChangeLog-1999 | 3122 * toplev.c (compile_file): Reuse dumpname memory instead
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
| H A D | contexts.rst | 247 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 D | contexts.rst | 247 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 D | libgccjit.h | 1327 const char *dumpname,
|
| H A D | libgccjit.c | 2728 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 D | jit-recording.c | 1362 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 D | jit-recording.h | 236 enable_dump (const char *dumpname,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | libgccjit.h | 1646 const char *dumpname,
|
| H A D | libgccjit.cc | 3605 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 D | jit-recording.cc | 1461 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 D | jit-recording.h | 252 enable_dump (const char *dumpname,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-act.cc | 461 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 D | objc-act.c | 458 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 D | libgccjit.texi | 5238 …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 D | libgccjit.texi | 4731 …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
|