Lines Matching refs:REF_COMPONENT
100 if (new_ref->next->type == REF_COMPONENT) in insert_component_ref()
104 && new_ref->next->next->type == REF_COMPONENT) in insert_component_ref()
132 if (ref->type != REF_COMPONENT) in class_data_ref_missing()
200 if ((*ref)->type == REF_COMPONENT) in gfc_fix_class_refs()
218 if ((*tail)->type == REF_COMPONENT) in gfc_add_component_ref()
305 if (ref && ref->type == REF_COMPONENT in class_array_ref_detected()
315 && ref->type == REF_COMPONENT in class_array_ref_detected()
353 if (ref->type == REF_COMPONENT in gfc_is_class_array_ref()
383 || (e->ref->type == REF_COMPONENT in gfc_is_class_scalar_expr()
391 if (ref->type == REF_COMPONENT in gfc_is_class_scalar_expr()
396 || (ref->next->type == REF_COMPONENT in gfc_is_class_scalar_expr()
427 if (ref->type != REF_COMPONENT) in gfc_is_class_container_ref()
601 && ref->type == REF_COMPONENT in gfc_get_len_component()
974 ref->type = REF_COMPONENT; in finalize_component()