Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-gimple.h135 extern void omp_firstprivatize_variable (struct gimplify_omp_ctx *, tree);
H A Dgimplify.c4326 omp_firstprivatize_variable (struct gimplify_omp_ctx *ctx, tree decl) in omp_firstprivatize_variable() function
4369 omp_firstprivatize_variable (ctx, TYPE_MIN_VALUE (type)); in omp_firstprivatize_type_sizes()
4370 omp_firstprivatize_variable (ctx, TYPE_MAX_VALUE (type)); in omp_firstprivatize_type_sizes()
4386 omp_firstprivatize_variable (ctx, DECL_FIELD_OFFSET (field)); in omp_firstprivatize_type_sizes()
4401 omp_firstprivatize_variable (ctx, TYPE_SIZE (type)); in omp_firstprivatize_type_sizes()
4402 omp_firstprivatize_variable (ctx, TYPE_SIZE_UNIT (type)); in omp_firstprivatize_type_sizes()
4461 omp_firstprivatize_variable (ctx, DECL_SIZE_UNIT (decl)); in omp_add_variable()
4462 omp_firstprivatize_variable (ctx, DECL_SIZE (decl)); in omp_add_variable()