Home
last modified time | relevance | path

Searched refs:gfc_omp_scalar_p (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h814 bool gfc_omp_scalar_p (tree);
H A Df95-lang.c163 #define LANG_HOOKS_OMP_SCALAR_P gfc_omp_scalar_p
H A Dtrans-openmp.c1448 gfc_omp_scalar_p (tree decl) in gfc_omp_scalar_p() function
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h821 bool gfc_omp_scalar_p (tree, bool);
H A Df95-lang.cc168 #define LANG_HOOKS_OMP_SCALAR_P gfc_omp_scalar_p
H A DChangeLog-2016739 * 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.
H A DChangeLog-20211612 (gfc_omp_scalar_p): Take 'ptr_alloc_ok' argument.
1615 * trans.h (gfc_omp_scalar_p): Update prototype.
H A Dtrans-openmp.cc1705 gfc_omp_scalar_p (tree decl, bool ptr_alloc_ok) in gfc_omp_scalar_p() function
1741 && gfc_omp_scalar_p (decl, false)); in gfc_omp_scalar_target_p()
H A DChangeLog-20191725 * trans-openmp.c (gfc_omp_scalar_p): Likewise.