Searched refs:write_decl (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | dump-parse-tree.c | 3376 write_decl (gfc_typespec *ts, gfc_array_spec *as, const char *sym_name, in write_decl() function 3417 write_decl (&(c->ts), c->as, c->name, false, &sym->declared_at, true); in write_type() 3439 write_decl (&(sym->ts), sym->as, sym_name, false, &sym->declared_at, true); in write_variable() 3469 write_decl (&(sym->ts), sym->as, sym_name, true, &sym->declared_at, bind_c); in write_proc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | dump-parse-tree.cc | 3715 write_decl (gfc_typespec *ts, gfc_array_spec *as, const char *sym_name, in write_decl() function 3756 write_decl (&(c->ts), c->as, c->name, false, &sym->declared_at, true); in write_type() 3778 write_decl (&(sym->ts), sym->as, sym_name, false, &sym->declared_at, true); in write_variable() 3808 write_decl (&(sym->ts), sym->as, sym_name, true, &sym->declared_at, bind_c); in write_proc()
|
H A D | ChangeLog-2018 | 2657 (write_decl): Add where argument. Fix indentation. Replace 2660 (write_type): Adjust locus to call of write_decl.
|
H A D | ChangeLog-2017 | 1404 (write_decl): New function.
|
H A D | ChangeLog-2019 | 2071 (write_decl): Add argument bind_c. Adjust for dumping of external
|