Searched refs:ST_OACC_END_PARALLEL (Results 1 – 6 of 6) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.c | 685 matcha ("end parallel", gfc_match_omp_eos_error, ST_OACC_END_PARALLEL); in decode_oacc_directive() 2153 case ST_OACC_END_PARALLEL: in gfc_ascii_statement() 5107 acc_end_st = ST_OACC_END_PARALLEL; in parse_oacc_structured_block()
|
H A D | parse.cc | 692 matcha ("end parallel", gfc_match_omp_eos_error, ST_OACC_END_PARALLEL); in decode_oacc_directive() 2282 case ST_OACC_END_PARALLEL: in gfc_ascii_statement() 5398 acc_end_st = ST_OACC_END_PARALLEL; in parse_oacc_structured_block()
|
H A D | gfortran.h | 256 ST_OACC_END_PARALLEL, ST_OACC_KERNELS, ST_OACC_END_KERNELS, ST_OACC_DATA, enumerator
|
H A D | ChangeLog-2015 | 2693 ST_OACC_END_PARALLEL_LOOP, ST_OACC_PARALLEL, ST_OACC_END_PARALLEL, 2803 ST_OACC_END_PARALLEL_LOOP, ST_OACC_PARALLEL, ST_OACC_END_PARALLEL,
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 685 matcha ("end parallel", gfc_match_omp_eos_error, ST_OACC_END_PARALLEL); in decode_oacc_directive() 2153 case ST_OACC_END_PARALLEL: in gfc_ascii_statement() 5107 acc_end_st = ST_OACC_END_PARALLEL; in parse_oacc_structured_block()
|
H A D | gfortran.h | 222 ST_OACC_END_PARALLEL, ST_OACC_KERNELS, ST_OACC_END_KERNELS, ST_OACC_DATA, enumerator
|