Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h802 bool gfc_omp_is_allocatable_or_ptr (const_tree);
H A Df95-lang.c152 #define LANG_HOOKS_OMP_IS_ALLOCATABLE_OR_PTR gfc_omp_is_allocatable_or_ptr
H A Dtrans-openmp.c54 gfc_omp_is_allocatable_or_ptr (const_tree decl) in gfc_omp_is_allocatable_or_ptr() function
2924 if (gfc_omp_is_allocatable_or_ptr (decl))
2951 if (gfc_omp_is_allocatable_or_ptr (decl))
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h807 bool gfc_omp_is_allocatable_or_ptr (const_tree);
H A Df95-lang.cc155 #define LANG_HOOKS_OMP_IS_ALLOCATABLE_OR_PTR gfc_omp_is_allocatable_or_ptr
H A DChangeLog-2019728 gfc_omp_is_allocatable_or_ptr.
731 * trans-openmp.c (gfc_omp_is_allocatable_or_ptr): New.
734 * trans.h (gfc_omp_is_allocatable_or_ptr): Declare.
H A Dtrans-openmp.cc58 gfc_omp_is_allocatable_or_ptr (const_tree decl) in gfc_omp_is_allocatable_or_ptr() function
3596 if (gfc_omp_is_allocatable_or_ptr (decl)) in gfc_trans_omp_clauses()
3622 if (gfc_omp_is_allocatable_or_ptr (decl)) in gfc_trans_omp_clauses()