Searched refs:zero_comp (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dprimary.c2553 comp->ts.u.derived->attr.zero_comp
2558 if (comp->ts.u.derived->attr.zero_comp)
H A Ddecl.c2854 upe->attr.zero_comp = 1;
4451 && !current_ts.u.derived->attr.zero_comp)
4464 || current_ts.u.derived->attr.zero_comp))
7826 if (sym && (sym->components != NULL || sym->attr.zero_comp))
H A Dmodule.c2123 if (attr->zero_comp)
2288 attr->zero_comp = 1;
6396 dt_sym->attr.zero_comp = 1;
H A Dgfortran.h845 possibly nested. zero_comp is true if the derived type has no
851 private_comp:1, zero_comp:1, coarray_comp:1, lock_comp:1, member in struct:__anon98
H A Dclass.c2296 && !derived->attr.zero_comp)
H A Dresolve.c8671 lock_type->attr.zero_comp = 1;
12930 && !c->ts.u.derived->attr.zero_comp)
12941 && !CLASS_DATA (c)->ts.u.derived->attr.zero_comp
13666 && !sym->ts.u.derived->attr.zero_comp)
H A Dparse.c2893 sym->attr.zero_comp = 1;
H A Dsymbol.c1991 if (sym->components != NULL || sym->attr.zero_comp)
H A Dtrans-decl.c5159 && !sym->ts.u.derived->attr.zero_comp)

Completed in 201 milliseconds