Searched refs:ctx_stmt_name (Results 1 – 1 of 1) sorted by relevance
3802 const char *stmt_name, *ctx_stmt_name; in check_omp_nesting_restrictions() local3833 case GF_OMP_TARGET_KIND_REGION: ctx_stmt_name = "target"; break; in check_omp_nesting_restrictions()3834 case GF_OMP_TARGET_KIND_DATA: ctx_stmt_name = "target data"; break; in check_omp_nesting_restrictions()3836 ctx_stmt_name = "parallel"; break; in check_omp_nesting_restrictions()3838 ctx_stmt_name = "kernels"; break; in check_omp_nesting_restrictions()3840 ctx_stmt_name = "serial"; break; in check_omp_nesting_restrictions()3841 case GF_OMP_TARGET_KIND_OACC_DATA: ctx_stmt_name = "data"; break; in check_omp_nesting_restrictions()3843 ctx_stmt_name = "host_data"; break; in check_omp_nesting_restrictions()3848 ctx_stmt_name = "kernels"; break; in check_omp_nesting_restrictions()3861 ? "OpenACC" : "OpenMP"), ctx_stmt_name); in check_omp_nesting_restrictions()[all …]