Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c50 #define IS_ARRAY_EXPLICIT(as) ((as->type == AS_EXPLICIT ? 1 : 0)) macro
1448 if (l_start == NULL && IS_ARRAY_EXPLICIT (l_ar->as)) in check_section_vs_section()
1451 if (l_end == NULL && IS_ARRAY_EXPLICIT (l_ar->as)) in check_section_vs_section()
1455 if (r_start == NULL && IS_ARRAY_EXPLICIT (r_ar->as)) in check_section_vs_section()
1458 if (r_end == NULL && IS_ARRAY_EXPLICIT (r_ar->as)) in check_section_vs_section()
1612 if (l_start && IS_ARRAY_EXPLICIT (l_ar->as)) in check_section_vs_section()
1627 if (l_start && IS_ARRAY_EXPLICIT (l_ar->as)) in check_section_vs_section()
1678 if (!start && IS_ARRAY_EXPLICIT (ref->as)) in gfc_check_element_vs_section()
1680 if (!end && IS_ARRAY_EXPLICIT (ref->as)) in gfc_check_element_vs_section()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc51 #define IS_ARRAY_EXPLICIT(as) ((as->type == AS_EXPLICIT ? 1 : 0)) macro
1449 if (l_start == NULL && IS_ARRAY_EXPLICIT (l_ar->as)) in check_section_vs_section()
1452 if (l_end == NULL && IS_ARRAY_EXPLICIT (l_ar->as)) in check_section_vs_section()
1456 if (r_start == NULL && IS_ARRAY_EXPLICIT (r_ar->as)) in check_section_vs_section()
1459 if (r_end == NULL && IS_ARRAY_EXPLICIT (r_ar->as)) in check_section_vs_section()
1613 if (l_start && IS_ARRAY_EXPLICIT (l_ar->as)) in check_section_vs_section()
1628 if (l_start && IS_ARRAY_EXPLICIT (l_ar->as)) in check_section_vs_section()
1679 if (!start && IS_ARRAY_EXPLICIT (ref->as)) in gfc_check_element_vs_section()
1681 if (!end && IS_ARRAY_EXPLICIT (ref->as)) in gfc_check_element_vs_section()