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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-gimple.h135 extern void omp_firstprivatize_variable (struct gimplify_omp_ctx *, tree);
H A Dgimplify.c4327 omp_firstprivatize_variable (struct gimplify_omp_ctx *ctx, tree decl)
4370 omp_firstprivatize_variable (ctx, TYPE_MIN_VALUE (type));
4371 omp_firstprivatize_variable (ctx, TYPE_MAX_VALUE (type));
4387 omp_firstprivatize_variable (ctx, DECL_FIELD_OFFSET (field));
4402 omp_firstprivatize_variable (ctx, TYPE_SIZE (type));
4403 omp_firstprivatize_variable (ctx, TYPE_SIZE_UNIT (type));
4462 omp_firstprivatize_variable (ctx, DECL_SIZE_UNIT (decl));
4463 omp_firstprivatize_variable (ctx, DECL_SIZE (decl));
4326 omp_firstprivatize_variable (struct gimplify_omp_ctx *ctx, tree decl) function

Completed in 184 milliseconds