Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-expand.cc4716 tree pointee_type = TREE_TYPE (TREE_TYPE (OMP_CLAUSE_DECL (c))); in expand_omp_scantemp_alloc() local
4717 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() local
5181 TYPE_SIZE_UNIT (pointee_type)); in expand_omp_for_static_nochunk()
[all …]