Home
last modified time | relevance | path

Searched refs:write_proc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/zaurus/stand/zbsdmod/
H A Dcompat_linux.h86 void *write_proc; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c3199 static void write_proc (gfc_symbol *, bool);
3234 write_proc (sym, false); in gfc_dump_external_c_prototypes()
3446 write_proc (gfc_symbol *sym, bool bind_c) in write_proc() function
3548 write_proc (sym, true); in write_interop_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc3533 static void write_proc (gfc_symbol *, bool);
3568 write_proc (sym, false); in gfc_dump_external_c_prototypes()
3785 write_proc (gfc_symbol *sym, bool bind_c) in write_proc() function
3887 write_proc (sym, true); in write_interop_decl()
H A DChangeLog-20182395 * dump-parse-tree.c (write_proc): Use sym_name (which may
2662 (write_proc): Likewise. Replace assert with error message.
2679 * dump-parse-tree.c (write_proc): Always emit closing parenthesis
H A DChangeLog-20192073 (write_proc): Likewise.
2074 (write_interop_decl): Add bind_c argument to call of write_proc.
H A DChangeLog-20171407 (write_proc): New function.