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

  /src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
printers.py 281 self.pointee_type = self.val.type.template_argument(0)
289 _remove_generics(_prettify_typename(self.pointee_type))))
293 yield "__ptr_", self.addr.cast(self.pointee_type.pointer())
309 pointee_type = _remove_generics(
330 return "%s<%s> %s containing" % (typename, pointee_type, state)
  /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...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
llvm_debuginfo.ml 392 pointee_type:Llvm.llmetadata ->
llvm_debuginfo.mli 464 pointee_type:Llvm.llmetadata ->
  /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...]

Completed in 35 milliseconds