Home
last modified time | relevance | path

Searched refs:gfc_add_component (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dclass.c730 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 Ddecl.c2262 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 Dsymbol.c2247 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 Dparse.c3178 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 Dgfortran.h3137 bool gfc_add_component (gfc_symbol *, const char *, gfc_component **);
H A Dresolve.c14692 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 Dclass.cc745 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 Ddecl.cc2352 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 Dsymbol.cc2254 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 Dparse.cc3428 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 Dgfortran.h3420 bool gfc_add_component (gfc_symbol *, const char *, gfc_component **);
H A DChangeLog-20081206 (gfc_add_component): Adapt for new arguments.
1409 * symbol.c (gfc_add_component): Check that component name in a
H A DChangeLog-20172118 * symbol.c (gfc_add_component): Use gfc_get_string ("%s", x) instead
H A DChangeLog-20042108 gfc_add_component, gfc_reference_st_label, gfc_new_symbol): Likewise.
H A DChangeLog-20162490 * symbol.c (gfc_add_component): Likewise.
H A Dresolve.cc14905 if (!gfc_add_component (sym, name, &strlen)) in resolve_component()
15111 if (!gfc_add_component (sym, name, &token)) in resolve_fl_derived0()
H A DChangeLog-20092836 (gfc_add_component): Initialize ts.type to BT_UNKNOWN.
H A DChangeLog-20053331 * symbol.c (gfc_add_component, gfc_new_symtree, delete_symtree,