Searched refs:PointeeType (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | traits.h | 96 typedef NullType PointeeType; 100 typedef U PointeeType;
|
/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 361 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() 379 if (PointeeType->isArrayType() || in TypeExportableHelper() 380 (TypeExportableHelper(PointeeType, SPS, Context, VD, in TypeExportableHelper() 625 const clang::Type *PointeeType = GetPointeeType(PT); in ValidateTypeHelper() local 627 return ValidateTypeHelper(Context, C, PointeeType, ND, Loc, SPS, in ValidateTypeHelper() 1250 const clang::Type *PointeeType = GetPointeeType(PT); in Create() local 1253 if (PointeeType->getTypeClass() != clang::Type::Pointer) { in Create() 1254 PointeeET = RSExportType::Create(Context, PointeeType, in Create() [all …]
|
D | slang_rs_export_type.h | 406 const RSExportType *PointeeType) in RSExportPointerType() argument 408 mPointeeType(PointeeType) { in RSExportPointerType()
|
D | slang_rs_reflection.cpp | 197 const RSExportType *PointeeType = in GetTypeName() local 200 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in GetTypeName() 203 return PointeeType->getElementName(); in GetTypeName() 1758 const RSExportType *PointeeType; in genPointerTypeExportVariable() local 1763 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in genPointerTypeExportVariable() 1777 if (PointeeType->getClass() == RSExportType::ExportClassRecord) { in genPointerTypeExportVariable() 1949 const RSExportType *PointeeType = in genPackVarOfType() local 1952 if (PointeeType->getClass() != RSExportType::ExportClassRecord) { in genPackVarOfType()
|
D | slang_rs_reflection_cpp.cpp | 78 const RSExportType *PointeeType = in GetTypeName() local 81 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in GetTypeName() 84 return PointeeType->getElementName(); in GetTypeName()
|
D | slang_rs_object_ref_count.cpp | 1445 const clang::Type* PointeeType = PtrType->getPointeeType().getTypePtr(); in VisitCallExpr() local 1446 const clang::FunctionType* FuncType = PointeeType->getAs<clang::FunctionType>(); in VisitCallExpr()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1810 Type *PointeeType = nullptr; in ParseConstants() local 1821 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2103 Type *PointeeType = nullptr; in ParseConstants() local 2114 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()
|