Home
last modified time | relevance | path

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

/frameworks/base/services/sensorservice/
Dtraits.h96 typedef NullType PointeeType;
100 typedef U PointeeType;
/frameworks/compile/slang/
Dslang_rs_export_type.cpp270 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); in TypeExportableHelper() local
272 if (PointeeType->getTypeClass() == clang::Type::Pointer) { in TypeExportableHelper()
279 if (PointeeType->isArrayType() || in TypeExportableHelper()
280 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD, in TypeExportableHelper()
454 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); in ValidateVarDeclHelper() local
456 return ValidateVarDeclHelper(VD, PointeeType, SPS, InCompositeType, in ValidateVarDeclHelper()
1062 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); in Create() local
1065 if (PointeeType->getTypeClass() != clang::Type::Pointer) { in Create()
1066 PointeeET = RSExportType::Create(Context, PointeeType); in Create()
1082 llvm::Type *PointeeType = mPointeeType->getLLVMType(); in convertToLLVMType() local
[all …]
Dslang_rs_metadata_spec_encoder.cpp182 unsigned PointeeType = encodeRSType(RS_POINTER_TYPE_GET_POINTEE_TYPE(T)); in encodePointerType() local
183 if (!checkReturnIndex(&PointeeType)) in encodePointerType()
188 mEncodedRSTypeInfo.push_back(PointeeType); in encodePointerType()
Dslang_rs_reflection.cpp165 const RSExportType *PointeeType = in GetTypeName() local
168 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in GetTypeName()
171 return PointeeType->getElementName(); in GetTypeName()
812 const RSExportType *PointeeType; in genPointerTypeExportVariable() local
817 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in genPointerTypeExportVariable()
835 if (PointeeType->getClass() == RSExportType::ExportClassRecord) in genPointerTypeExportVariable()
1016 const RSExportType *PointeeType = in genPackVarOfType() local
1019 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in genPackVarOfType()
Dslang_rs_export_type.h327 const RSExportType *PointeeType) in RSExportPointerType() argument
329 mPointeeType(PointeeType) { in RSExportPointerType()