Home
last modified time | relevance | path

Searched refs:ptr_component (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dexpr.cc6220 bool ptr_component; in gfc_check_vardef_context() local
6326 ptr_component = (sym->ts.type == BT_CLASS && sym->ts.u.derived in gfc_check_vardef_context()
6331 if (ptr_component && ref->type == REF_COMPONENT) in gfc_check_vardef_context()
6336 ptr_component = (comp->ts.type == BT_CLASS && comp->attr.class_ok) in gfc_check_vardef_context()
6339 if (ptr_component && !pointer) in gfc_check_vardef_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dexpr.c6166 bool ptr_component; in gfc_check_vardef_context() local
6270 ptr_component = (sym->ts.type == BT_CLASS && sym->ts.u.derived in gfc_check_vardef_context()
6275 if (ptr_component && ref->type == REF_COMPONENT) in gfc_check_vardef_context()
6280 ptr_component = (comp->ts.type == BT_CLASS && comp->attr.class_ok) in gfc_check_vardef_context()
6283 if (ptr_component && !pointer) in gfc_check_vardef_context()