Searched refs:stmt_name (Results 1 – 2 of 2) sorted by relevance
3802 const char *stmt_name, *ctx_stmt_name; in check_omp_nesting_restrictions() local3805 case GF_OMP_TARGET_KIND_REGION: stmt_name = "target"; break; in check_omp_nesting_restrictions()3806 case GF_OMP_TARGET_KIND_DATA: stmt_name = "target data"; break; in check_omp_nesting_restrictions()3807 case GF_OMP_TARGET_KIND_UPDATE: stmt_name = "target update"; break; in check_omp_nesting_restrictions()3809 stmt_name = "target enter data"; break; in check_omp_nesting_restrictions()3811 stmt_name = "target exit data"; break; in check_omp_nesting_restrictions()3812 case GF_OMP_TARGET_KIND_OACC_PARALLEL: stmt_name = "parallel"; break; in check_omp_nesting_restrictions()3813 case GF_OMP_TARGET_KIND_OACC_KERNELS: stmt_name = "kernels"; break; in check_omp_nesting_restrictions()3814 case GF_OMP_TARGET_KIND_OACC_SERIAL: stmt_name = "serial"; break; in check_omp_nesting_restrictions()3815 case GF_OMP_TARGET_KIND_OACC_DATA: stmt_name = "data"; break; in check_omp_nesting_restrictions()[all …]
3418 const char *stmt_name, *ctx_stmt_name; in check_omp_nesting_restrictions() local3421 case GF_OMP_TARGET_KIND_REGION: stmt_name = "target"; break; in check_omp_nesting_restrictions()3422 case GF_OMP_TARGET_KIND_DATA: stmt_name = "target data"; break; in check_omp_nesting_restrictions()3423 case GF_OMP_TARGET_KIND_UPDATE: stmt_name = "target update"; break; in check_omp_nesting_restrictions()3425 stmt_name = "target enter data"; break; in check_omp_nesting_restrictions()3427 stmt_name = "target exit data"; break; in check_omp_nesting_restrictions()3428 case GF_OMP_TARGET_KIND_OACC_PARALLEL: stmt_name = "parallel"; break; in check_omp_nesting_restrictions()3429 case GF_OMP_TARGET_KIND_OACC_KERNELS: stmt_name = "kernels"; break; in check_omp_nesting_restrictions()3430 case GF_OMP_TARGET_KIND_OACC_SERIAL: stmt_name = "serial"; break; in check_omp_nesting_restrictions()3431 case GF_OMP_TARGET_KIND_OACC_DATA: stmt_name = "data"; break; in check_omp_nesting_restrictions()[all …]