Home
last modified time | relevance | path

Searched refs:write_decl (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c3376 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 Ddump-parse-tree.cc3715 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 DChangeLog-20182657 (write_decl): Add where argument. Fix indentation. Replace
2660 (write_type): Adjust locus to call of write_decl.
H A DChangeLog-20171404 (write_decl): New function.
H A DChangeLog-20192071 (write_decl): Add argument bind_c. Adjust for dumping of external