Searched refs:omp_firstprivatize_variable (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimplify.h73 extern void omp_firstprivatize_variable (struct gimplify_omp_ctx *, tree);
H A Dgimplify.c5557 omp_firstprivatize_variable (struct gimplify_omp_ctx *ctx, tree decl)
5607 omp_firstprivatize_variable (ctx, TYPE_MIN_VALUE (type));
5608 omp_firstprivatize_variable (ctx, TYPE_MAX_VALUE (type));
5624 omp_firstprivatize_variable (ctx, DECL_FIELD_OFFSET (field));
5639 omp_firstprivatize_variable (ctx, TYPE_SIZE (type));
5640 omp_firstprivatize_variable (ctx, TYPE_SIZE_UNIT (type));
5705 omp_firstprivatize_variable (ctx, DECL_SIZE_UNIT (decl));
5706 omp_firstprivatize_variable (ctx, DECL_SIZE (decl));
5554 omp_firstprivatize_variable (struct gimplify_omp_ctx *ctx, tree decl) function
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-openmp.c1225 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_LBOUND (type, r));
1226 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_UBOUND (type, r));
1227 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_STRIDE (type, r));
1229 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_SIZE (type));
1230 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_OFFSET (type));

Completed in 118 milliseconds