Searched refs:COMP_DO_CONCURRENT (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.h34 COMP_DO_CONCURRENT enumerator in enum:gfc_compile_state
H A Dmatch.c1857 if (gfc_find_state (COMP_DO_CONCURRENT))
2813 else if (p->state == COMP_DO_CONCURRENT
2823 || p->state == COMP_DO_CONCURRENT)))
2842 case COMP_DO_CONCURRENT:
3109 if (st == ST_STOP && gfc_find_state (COMP_DO_CONCURRENT))
3278 if (gfc_find_state (COMP_DO_CONCURRENT))
3620 if (gfc_find_state (COMP_DO_CONCURRENT))
3816 if (gfc_find_state (COMP_DO_CONCURRENT))
4324 if (gfc_find_state (COMP_DO_CONCURRENT)
4333 if (coarray && gfc_find_state (COMP_DO_CONCURRENT))
[all...]
H A Dparse.c1626 if (p->state != COMP_DO && p->state != COMP_DO_CONCURRENT)
4474 if (p->state == COMP_DO || p->state == COMP_DO_CONCURRENT)
4492 if ((p->state == COMP_DO || p->state == COMP_DO_CONCURRENT)
4853 push_state (&s, do_op == EXEC_DO_CONCURRENT ? COMP_DO_CONCURRENT : COMP_DO,
H A Ddecl.c7646 case COMP_DO_CONCURRENT:
8388 case COMP_DO_CONCURRENT:
H A Dopenmp.c2326 && gfc_current_state() != COMP_DO_CONCURRENT)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.h34 COMP_DO_CONCURRENT, COMP_OMP_STRICTLY_STRUCTURED_BLOCK enumerator in enum:gfc_compile_state
H A Dmatch.cc1832 if (gfc_find_state (COMP_DO_CONCURRENT))
2788 else if (p->state == COMP_DO_CONCURRENT
2798 || p->state == COMP_DO_CONCURRENT)))
2817 case COMP_DO_CONCURRENT:
3136 if (st == ST_STOP && gfc_find_state (COMP_DO_CONCURRENT))
3319 if (gfc_find_state (COMP_DO_CONCURRENT))
3661 if (gfc_find_state (COMP_DO_CONCURRENT))
3857 if (gfc_find_state (COMP_DO_CONCURRENT))
4365 if (gfc_find_state (COMP_DO_CONCURRENT)
4374 if (coarray && gfc_find_state (COMP_DO_CONCURRENT))
[all...]
H A Dparse.cc1755 if (p->state != COMP_DO && p->state != COMP_DO_CONCURRENT)
4720 if (p->state == COMP_DO || p->state == COMP_DO_CONCURRENT)
4738 if ((p->state == COMP_DO || p->state == COMP_DO_CONCURRENT)
5099 push_state (&s, do_op == EXEC_DO_CONCURRENT ? COMP_DO_CONCURRENT : COMP_DO,
H A Ddecl.cc7727 case COMP_DO_CONCURRENT:
8470 case COMP_DO_CONCURRENT:
H A Dopenmp.cc3362 && gfc_current_state() != COMP_DO_CONCURRENT)

Completed in 404 milliseconds