Home
last modified time | relevance | path

Searched refs:is_openmp (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.c1411 int is_openmp = 0; in gfc_next_char_literal() local
1415 is_openmp = 1; in gfc_next_char_literal()
1419 gfc_error (is_openmp in gfc_next_char_literal()
1517 int is_openmp = 0; in gfc_next_char_literal() local
1522 is_openmp = 1; in gfc_next_char_literal()
1524 gfc_error (is_openmp in gfc_next_char_literal()
H A Dscanner.cc1453 int is_openmp = 0; in gfc_next_char_literal() local
1457 is_openmp = 1; in gfc_next_char_literal()
1461 gfc_error_now (is_openmp in gfc_next_char_literal()
1561 int is_openmp = 0; in gfc_next_char_literal() local
1566 is_openmp = 1; in gfc_next_char_literal()
1570 gfc_error_now (is_openmp in gfc_next_char_literal()
H A Dopenmp.c5532 bool is_openmp; member
5580 ctx.is_openmp = true; in gfc_resolve_omp_parallel_blocks()
5682 if (!omp_current_ctx->is_openmp && !oacc_is_loop (omp_current_ctx->code)) in gfc_resolve_do_iterator()
6054 if (omp_current_ctx != NULL && omp_current_ctx->is_openmp) in resolve_oacc_directive_inside_omp_region()
6067 if (omp_current_ctx != NULL && !omp_current_ctx->is_openmp) in resolve_omp_directive_inside_oacc_region()
6208 ctx.is_openmp = false; in gfc_resolve_oacc_blocks()
H A Dopenmp.cc8233 bool is_openmp; member
8303 ctx.is_openmp = true; in gfc_resolve_omp_parallel_blocks()
8417 if (!omp_current_ctx->is_openmp && !oacc_is_loop (omp_current_ctx->code)) in gfc_resolve_do_iterator()
8853 if (omp_current_ctx != NULL && omp_current_ctx->is_openmp) in resolve_oacc_directive_inside_omp_region()
8866 if (omp_current_ctx != NULL && !omp_current_ctx->is_openmp) in resolve_omp_directive_inside_oacc_region()
9007 ctx.is_openmp = false; in gfc_resolve_oacc_blocks()
H A DChangeLog-20152736 (struct fortran_omp_context): Add is_openmp member.
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c1411 int is_openmp = 0; in gfc_next_char_literal() local
1415 is_openmp = 1; in gfc_next_char_literal()
1419 gfc_error (is_openmp in gfc_next_char_literal()
1517 int is_openmp = 0; in gfc_next_char_literal() local
1522 is_openmp = 1; in gfc_next_char_literal()
1524 gfc_error (is_openmp in gfc_next_char_literal()
H A Dopenmp.c5532 bool is_openmp; member
5580 ctx.is_openmp = true; in gfc_resolve_omp_parallel_blocks()
5682 if (!omp_current_ctx->is_openmp && !oacc_is_loop (omp_current_ctx->code)) in gfc_resolve_do_iterator()
6054 if (omp_current_ctx != NULL && omp_current_ctx->is_openmp) in resolve_oacc_directive_inside_omp_region()
6067 if (omp_current_ctx != NULL && !omp_current_ctx->is_openmp) in resolve_omp_directive_inside_oacc_region()
6208 ctx.is_openmp = false; in gfc_resolve_oacc_blocks()