Home
last modified time | relevance | path

Searched refs:has_finalized_component (Results 1 – 9 of 9) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Ddtypeutl.h53 LOGICAL has_finalized_component(SPTR sptr);
H A Dlowerilm.c3125 has_finalized_component(sptr) || has_layout_desc(sptr)) && in lower_stmt()
3161 has_finalized_component(sptr) || has_layout_desc(sptr)) && in lower_stmt()
3570 has_finalized_component(sptr)) { in lower_stmt()
3571 if (is_or_has_poly(sptr) || has_finalized_component(sptr)) { in lower_stmt()
3604 has_finalized_component(sptr)) { in lower_stmt()
3605 if (is_or_has_poly(sptr) || has_finalized_component(sptr)) { in lower_stmt()
H A Ddtypeutl.c1794 has_finalized_component(SPTR sptr) in has_finalized_component() function
1825 has_finalized_component(sptr) || in is_layout_desc()
H A Dsemant3.c572 has_finalized_component(sptr1)) { in semant3()
3580 else if (has_finalized_component(sptr)) in semant3()
H A Dsemfin.c3310 has_finalized_component(sptr)) { in misc_checks()
H A Dtransfrm.c4101 needFinalization = has_finalized_component(sptrdest); in rewrite_allocatable_assignment()
H A Dsemant.c8536 has_finalized_component(sptr)) { in semant1()
8656 has_finalized_component(sptr)) { in semant1()
H A Dsemfunc.c761 if (!ALLOCATTRG(fval) && !POINTERG(fval) && has_finalized_component(fval)) { in gen_finalized_result()
H A Dsemutil2.c11707 if (SAVEG(sptr) || sem.savall || !has_finalized_component(sptr)) in gen_finalization_for_sym()