Home
last modified time | relevance | path

Searched refs:gfc_has_alloc_comps (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c300 gfc_has_alloc_comps (tree type, tree decl) in gfc_has_alloc_comps() function
326 if (gfc_has_alloc_comps (ftype, field)) in gfc_has_alloc_comps()
349 if (gfc_has_alloc_comps (type, decl)) in gfc_omp_private_outer_ref()
489 bool has_alloc_comps = gfc_has_alloc_comps (ftype, field); in gfc_walk_alloc_comps()
600 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause))) in gfc_omp_clause_default_ctor()
653 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause))) in gfc_omp_clause_default_ctor()
711 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause))) in gfc_omp_clause_copy_ctor()
770 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause))) in gfc_omp_clause_copy_ctor()
815 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause))) in gfc_omp_clause_assign_op()
837 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause))) in gfc_omp_clause_assign_op()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc329 gfc_has_alloc_comps (tree type, tree decl) in gfc_has_alloc_comps() function
360 if (gfc_has_alloc_comps (ftype, field)) in gfc_has_alloc_comps()
438 if (gfc_has_alloc_comps (type, decl)) in gfc_omp_private_outer_ref()
578 bool has_alloc_comps = gfc_has_alloc_comps (ftype, field); in gfc_walk_alloc_comps()
702 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause))) in gfc_omp_clause_default_ctor()
755 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause))) in gfc_omp_clause_default_ctor()
896 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause))) in gfc_omp_clause_copy_ctor()
955 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause))) in gfc_omp_clause_copy_ctor()
1000 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause))) in gfc_omp_clause_assign_op()
1022 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause))) in gfc_omp_clause_assign_op()
[all …]
H A DChangeLog-20201072 * trans-openmp.c (gfc_has_alloc_comps): Return false also for
H A DChangeLog-20141659 (gfc_has_alloc_comps, gfc_omp_unshare_expr_r, gfc_omp_unshare_expr,
H A DChangeLog-20152456 * trans-openmp.c (gfc_has_alloc_comps, gfc_trans_omp_clauses):