HomeSort by: relevance | last modified time | path
    Searched defs:st_end_atomic (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc 5604 gfc_statement st, st_atomic, st_end_atomic; local
5612 st_end_atomic = ST_OMP_END_ATOMIC;
5617 st_end_atomic = ST_OACC_END_ATOMIC;
5662 if (st == st_end_atomic)
parse.cc 5604 gfc_statement st, st_atomic, st_end_atomic; local
5612 st_end_atomic = ST_OMP_END_ATOMIC;
5617 st_end_atomic = ST_OACC_END_ATOMIC;
5662 if (st == st_end_atomic)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.cc 5310 gfc_statement st, st_atomic, st_end_atomic; local
5318 st_end_atomic = ST_OMP_END_ATOMIC;
5323 st_end_atomic = ST_OACC_END_ATOMIC;
5368 if (st == st_end_atomic)
parse.cc 5310 gfc_statement st, st_atomic, st_end_atomic; local
5318 st_end_atomic = ST_OMP_END_ATOMIC;
5323 st_end_atomic = ST_OACC_END_ATOMIC;
5368 if (st == st_end_atomic)

Completed in 99 milliseconds