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()
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 …]
Dslang_rs_export_type.h406 const RSExportType *PointeeType) in RSExportPointerType() argument
408 mPointeeType(PointeeType) { in RSExportPointerType()
Dslang_rs_reflection.cpp197 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()
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.cpp1445 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/
DBitcodeReader.cpp1810 Type *PointeeType = nullptr; in ParseConstants() local
1821 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2103 Type *PointeeType = nullptr; in ParseConstants() local
2114 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()