/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | class.c | 730 if (!gfc_add_component (fclass, "_data", &c)) in gfc_build_class_symbol() 747 if (!gfc_add_component (fclass, "_vptr", &c)) in gfc_build_class_symbol() 762 if (!gfc_add_component (fclass, "_len", &c)) in gfc_build_class_symbol() 815 if (!gfc_add_component (vtype, name, &c)) in add_proc_comp() 2383 if (!gfc_add_component (vtype, "_hash", &c)) in gfc_find_derived_vtab() 2392 if (!gfc_add_component (vtype, "_size", &c)) in gfc_find_derived_vtab() 2405 if (!gfc_add_component (vtype, "_extends", &c)) in gfc_find_derived_vtab() 2442 if (!gfc_add_component (vtype, "_def_init", &c)) in gfc_find_derived_vtab() 2471 if (!gfc_add_component (vtype, "_copy", &c)) in gfc_find_derived_vtab() 2537 if (!gfc_add_component (vtype, "_final", &c)) in gfc_find_derived_vtab() [all …]
|
H A D | decl.c | 2262 if (!gfc_add_component (gfc_current_block(), name, &c)) in build_struct() 3898 gfc_add_component (instance, c1->name, &c2); in gfc_get_pdt_instance() 7177 if (!gfc_add_component (gfc_current_block(), name, &c)) in match_ppc_decl() 10624 gfc_add_component (sym, parent, &p); in gfc_match_derived_decl()
|
H A D | symbol.c | 2247 gfc_add_component (gfc_symbol *sym, const char *name, in gfc_add_component() function 4975 gfc_add_component (dt_sym, "c_address", &tmp_comp); in generate_isocbinding_symbol()
|
H A D | parse.c | 3178 if (!gfc_add_component (un, gfc_new_block->name, &c)) in parse_union() 3211 if (!gfc_add_component (gfc_current_block (), un->name, &c)) in parse_union()
|
H A D | gfortran.h | 3137 bool gfc_add_component (gfc_symbol *, const char *, gfc_component **);
|
H A D | resolve.c | 14692 if (!gfc_add_component (sym, name, &strlen)) in resolve_component() 14894 if (!gfc_add_component (sym, name, &token)) in resolve_fl_derived0()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | class.cc | 745 if (!gfc_add_component (fclass, "_data", &c)) in gfc_build_class_symbol() 762 if (!gfc_add_component (fclass, "_vptr", &c)) in gfc_build_class_symbol() 777 if (!gfc_add_component (fclass, "_len", &c)) in gfc_build_class_symbol() 830 if (!gfc_add_component (vtype, name, &c)) in add_proc_comp() 2392 if (!gfc_add_component (vtype, "_hash", &c)) in gfc_find_derived_vtab() 2401 if (!gfc_add_component (vtype, "_size", &c)) in gfc_find_derived_vtab() 2414 if (!gfc_add_component (vtype, "_extends", &c)) in gfc_find_derived_vtab() 2451 if (!gfc_add_component (vtype, "_def_init", &c)) in gfc_find_derived_vtab() 2481 if (!gfc_add_component (vtype, "_copy", &c)) in gfc_find_derived_vtab() 2548 if (!gfc_add_component (vtype, "_final", &c)) in gfc_find_derived_vtab() [all …]
|
H A D | decl.cc | 2352 if (!gfc_add_component (gfc_current_block(), name, &c)) in build_struct() 4003 gfc_add_component (instance, c1->name, &c2); in gfc_get_pdt_instance() 7266 if (!gfc_add_component (gfc_current_block(), name, &c)) in match_ppc_decl() 10714 gfc_add_component (sym, parent, &p); in gfc_match_derived_decl()
|
H A D | symbol.cc | 2254 gfc_add_component (gfc_symbol *sym, const char *name, in gfc_add_component() function 5019 gfc_add_component (dt_sym, "c_address", &tmp_comp); in generate_isocbinding_symbol()
|
H A D | parse.cc | 3428 if (!gfc_add_component (un, gfc_new_block->name, &c)) in parse_union() 3461 if (!gfc_add_component (gfc_current_block (), un->name, &c)) in parse_union()
|
H A D | gfortran.h | 3420 bool gfc_add_component (gfc_symbol *, const char *, gfc_component **);
|
H A D | ChangeLog-2008 | 1206 (gfc_add_component): Adapt for new arguments. 1409 * symbol.c (gfc_add_component): Check that component name in a
|
H A D | ChangeLog-2017 | 2118 * symbol.c (gfc_add_component): Use gfc_get_string ("%s", x) instead
|
H A D | ChangeLog-2004 | 2108 gfc_add_component, gfc_reference_st_label, gfc_new_symbol): Likewise.
|
H A D | ChangeLog-2016 | 2490 * symbol.c (gfc_add_component): Likewise.
|
H A D | resolve.cc | 14905 if (!gfc_add_component (sym, name, &strlen)) in resolve_component() 15111 if (!gfc_add_component (sym, name, &token)) in resolve_fl_derived0()
|
H A D | ChangeLog-2009 | 2836 (gfc_add_component): Initialize ts.type to BT_UNKNOWN.
|
H A D | ChangeLog-2005 | 3331 * symbol.c (gfc_add_component, gfc_new_symtree, delete_symtree,
|