Searched refs:pointee_type (Results 1 – 1 of 1) sorted by relevance
4716 tree pointee_type = TREE_TYPE (TREE_TYPE (OMP_CLAUSE_DECL (c))); in expand_omp_scantemp_alloc() local4717 unsigned HOST_WIDE_INT al = TYPE_ALIGN_UNIT (pointee_type); in expand_omp_scantemp_alloc()4718 if (tree_fits_uhwi_p (TYPE_SIZE_UNIT (pointee_type))) in expand_omp_scantemp_alloc()4721 = tree_to_uhwi (TYPE_SIZE_UNIT (pointee_type)); in expand_omp_scantemp_alloc()4729 eltsz = TYPE_SIZE_UNIT (pointee_type); in expand_omp_scantemp_alloc()4732 TYPE_SIZE_UNIT (pointee_type)); in expand_omp_scantemp_alloc()4758 if (tree_fits_uhwi_p (TYPE_SIZE_UNIT (pointee_type))) in expand_omp_scantemp_alloc()4768 TYPE_SIZE_UNIT (pointee_type))); in expand_omp_scantemp_alloc()5179 tree pointee_type = TREE_TYPE (TREE_TYPE (OMP_CLAUSE_DECL (c))); in expand_omp_for_static_nochunk() local5181 TYPE_SIZE_UNIT (pointee_type)); in expand_omp_for_static_nochunk()[all …]