HomeSort by: relevance | last modified time | path
    Searched defs:pointee_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 4815 tree pointee_type = TREE_TYPE (TREE_TYPE (OMP_CLAUSE_DECL (c))); local
4816 unsigned HOST_WIDE_INT al = TYPE_ALIGN_UNIT (pointee_type);
4817 if (tree_fits_uhwi_p (TYPE_SIZE_UNIT (pointee_type)))
4820 = tree_to_uhwi (TYPE_SIZE_UNIT (pointee_type));
4828 eltsz = TYPE_SIZE_UNIT (pointee_type);
4831 TYPE_SIZE_UNIT (pointee_type));
4857 if (tree_fits_uhwi_p (TYPE_SIZE_UNIT (pointee_type)))
4867 TYPE_SIZE_UNIT (pointee_type)));
5278 tree pointee_type = TREE_TYPE (TREE_TYPE (OMP_CLAUSE_DECL (c))); local
5280 TYPE_SIZE_UNIT (pointee_type));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 4716 tree pointee_type = TREE_TYPE (TREE_TYPE (OMP_CLAUSE_DECL (c))); local
4717 unsigned HOST_WIDE_INT al = TYPE_ALIGN_UNIT (pointee_type);
4718 if (tree_fits_uhwi_p (TYPE_SIZE_UNIT (pointee_type)))
4721 = tree_to_uhwi (TYPE_SIZE_UNIT (pointee_type));
4729 eltsz = TYPE_SIZE_UNIT (pointee_type);
4732 TYPE_SIZE_UNIT (pointee_type));
4758 if (tree_fits_uhwi_p (TYPE_SIZE_UNIT (pointee_type)))
4768 TYPE_SIZE_UNIT (pointee_type)));
5179 tree pointee_type = TREE_TYPE (TREE_TYPE (OMP_CLAUSE_DECL (c))); local
5181 TYPE_SIZE_UNIT (pointee_type));
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 3176 tree pointee_type = TREE_TYPE (m_lhs->get_type ()); variable
3180 m_lhs->get_type (), pointee_type,
3181 size_in_bytes (pointee_type));
3189 m_expr, m_lhs->get_type (), pointee_type,
3190 size_in_bytes (pointee_type));
3194 m_expr, m_lhs->get_type (), pointee_type,
3195 size_in_bytes (pointee_type));
3200 m_lhs->get_type (), pointee_type,
3201 size_in_bytes (pointee_type));
3511 tree pointee_type = TREE_TYPE (pointer_type)
    [all...]

Completed in 35 milliseconds