Searched refs:gfc_omp_scalar_p (Results 1 – 9 of 9) sorted by relevance
814 bool gfc_omp_scalar_p (tree);
163 #define LANG_HOOKS_OMP_SCALAR_P gfc_omp_scalar_p
1448 gfc_omp_scalar_p (tree decl) in gfc_omp_scalar_p() function
821 bool gfc_omp_scalar_p (tree, bool);
168 #define LANG_HOOKS_OMP_SCALAR_P gfc_omp_scalar_p
739 * trans-openmp.c (gfc_omp_scalar_p): New function.810 * trans.h (gfc_omp_scalar_p): New prototype.816 * f95-lang.c (LANG_HOOKS_OMP_SCALAR_P): Redefine to gfc_omp_scalar_p.
1612 (gfc_omp_scalar_p): Take 'ptr_alloc_ok' argument.1615 * trans.h (gfc_omp_scalar_p): Update prototype.
1705 gfc_omp_scalar_p (tree decl, bool ptr_alloc_ok) in gfc_omp_scalar_p() function1741 && gfc_omp_scalar_p (decl, false)); in gfc_omp_scalar_target_p()
1725 * trans-openmp.c (gfc_omp_scalar_p): Likewise.