Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
Dtraits.h96 typedef NullType PointeeType;
100 typedef U PointeeType;
/frameworks/compile/slang/
Dslang_rs_export_type.cpp337 const clang::Type *PointeeType = GetPointeeType(PT); in TypeExportableHelper() local
339 if (PointeeType->getTypeClass() == clang::Type::Pointer) { in TypeExportableHelper()
346 if (PointeeType->isArrayType() || in TypeExportableHelper()
347 (TypeExportableHelper(PointeeType, SPS, Context, VD, in TypeExportableHelper()
570 const clang::Type *PointeeType = GetPointeeType(PT); in ValidateTypeHelper() local
572 return ValidateTypeHelper(Context, C, PointeeType, ND, Loc, SPS, in ValidateTypeHelper()
1175 const clang::Type *PointeeType = GetPointeeType(PT); in Create() local
1178 if (PointeeType->getTypeClass() != clang::Type::Pointer) { in Create()
1179 PointeeET = RSExportType::Create(Context, PointeeType); in Create()
1195 llvm::Type *PointeeType = mPointeeType->getLLVMType(); in convertToLLVMType() local
[all …]
Dslang_rs_reflection.cpp183 const RSExportType *PointeeType = in GetTypeName() local
186 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in GetTypeName()
189 return PointeeType->getElementName(); in GetTypeName()
1044 const RSExportType *PointeeType; in genPointerTypeExportVariable() local
1049 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in genPointerTypeExportVariable()
1063 if (PointeeType->getClass() == RSExportType::ExportClassRecord) { in genPointerTypeExportVariable()
1232 const RSExportType *PointeeType = in genPackVarOfType() local
1235 if (PointeeType->getClass() != RSExportType::ExportClassRecord) { in genPackVarOfType()
Dslang_rs_export_type.h372 const RSExportType *PointeeType) in RSExportPointerType() argument
374 mPointeeType(PointeeType) { in RSExportPointerType()
Dslang_rs_reflection_cpp.cpp75 const RSExportType *PointeeType = in GetTypeName() local
78 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in GetTypeName()
81 return PointeeType->getElementName(); in GetTypeName()