Searched refs:gfc_find_state (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.h64 bool gfc_find_state (gfc_compile_state);
H A Dmatch.c1671 if (gfc_find_state (COMP_DO_CONCURRENT))
1690 if (gfc_find_state (COMP_CRITICAL))
2652 if (st == ST_STOP && gfc_find_state (COMP_CRITICAL))
2657 if (st == ST_STOP && gfc_find_state (COMP_DO_CONCURRENT))
2796 if (gfc_find_state (COMP_CRITICAL))
2803 if (gfc_find_state (COMP_DO_CONCURRENT))
2991 if (gfc_find_state (COMP_CRITICAL))
2998 if (gfc_find_state (COMP_DO_CONCURRENT))
3188 if (gfc_find_state (COMP_CRITICAL))
3194 if (gfc_find_state (COMP_DO_CONCURREN
[all...]
H A Dsymbol.c897 && !gfc_find_state (COMP_INTERFACE))
923 && !gfc_find_state (COMP_INTERFACE))
949 && !gfc_find_state (COMP_INTERFACE))
1043 && !gfc_find_state (COMP_INTERFACE)))
1051 && !gfc_find_state (COMP_INTERFACE)))
H A Dparse.c1409 gfc_find_state (gfc_compile_state state) function
2559 if (!gfc_find_state (COMP_MODULE))
2662 if (!gfc_find_state (COMP_MODULE))
5076 if (gfc_find_state (COMP_MODULE) == true)
H A Dprimary.c2734 if (gfc_find_state (COMP_INTERFACE)

Completed in 86 milliseconds