Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
Dtraits.h96 typedef NullType PointeeType;
100 typedef U PointeeType;
/frameworks/compile/slang/
Dslang_rs_export_type.cpp361 const clang::Type *PointeeType = GetPointeeType(PT); in TypeExportableHelper() local
363 if (PointeeType->getTypeClass() == clang::Type::Pointer) { in TypeExportableHelper()
371 if (PointeeType->isVoidType() && EK != LegacyKernelArgument) { in TypeExportableHelper()
378 if (PointeeType->isArrayType()) { in TypeExportableHelper()
385 if (TypeExportableHelper(PointeeType, SPS, Context, VD, in TypeExportableHelper()
629 const clang::Type *PointeeType = GetPointeeType(PT); in ValidateTypeHelper() local
631 return ValidateTypeHelper(Context, C, PointeeType, ND, Loc, SPS, in ValidateTypeHelper()
1255 const clang::Type *PointeeType = GetPointeeType(PT); in Create() local
1258 if (PointeeType->getTypeClass() != clang::Type::Pointer) { in Create()
1259 PointeeET = RSExportType::Create(Context, PointeeType, in Create()
[all …]
Dslang_rs_export_type.h460 const RSExportType *PointeeType) in RSExportPointerType() argument
462 mPointeeType(PointeeType) { in RSExportPointerType()
Dslang_rs_reflection.cpp350 const RSExportType *PointeeType = in GetTypeName() local
354 return GetTypeName(PointeeType, Style) + "*"; in GetTypeName()
355 else if (PointeeType->getClass() != RSExportType::ExportClassRecord) in GetTypeName()
358 return PointeeType->getElementName(); in GetTypeName()
1963 const RSExportType *PointeeType; in genPointerTypeExportVariable() local
1968 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in genPointerTypeExportVariable()
1982 if (PointeeType->getClass() == RSExportType::ExportClassRecord) { in genPointerTypeExportVariable()
2168 const RSExportType *PointeeType = in genPackVarOfType() local
2171 if (PointeeType->getClass() != RSExportType::ExportClassRecord) { in genPackVarOfType()
Dslang_rs_reflection_cpp.cpp78 const RSExportType *PointeeType = in GetTypeName() local
81 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in GetTypeName()
84 return PointeeType->getElementName(); in GetTypeName()
Dslang_rs_object_ref_count.cpp1558 const clang::Type* PointeeType = PtrType->getPointeeType().getTypePtr(); in VisitCallExpr() local
1559 const clang::FunctionType* FuncType = PointeeType->getAs<clang::FunctionType>(); in VisitCallExpr()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1822 Type *PointeeType = nullptr; in ParseConstants() local
1833 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2115 Type *PointeeType = nullptr; in ParseConstants() local
2126 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()