Searched defs:PointeeType (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/sensorservice/
H A Dtraits.h96 typedef NullType PointeeType; typedef in struct:android::TypeTraits::PointerTraits
100 typedef U PointeeType; typedef in struct:android::TypeTraits::PointerTraits
/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp182 unsigned PointeeType = encodeRSType(RS_POINTER_TYPE_GET_POINTEE_TYPE(T)); local
183 if (!checkReturnIndex(&PointeeType))
187 // Push PointeeType after the base type
188 mEncodedRSTypeInfo.push_back(PointeeType);
H A Dslang_rs_export_type.cpp269 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); local
271 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
278 if (PointeeType->isArrayType() ||
279 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD,
502 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); local
504 return ValidateTypeHelper(C, PointeeType, ND, Loc, SPS, InCompositeType,
1133 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); local
1136 if (PointeeType->getTypeClass() != clang::Type::Pointer) {
1137 PointeeET = RSExportType::Create(Context, PointeeType);
1153 llvm::Type *PointeeType local
1581 const RSExportType *PointeeType = EPT->getPointeeType(); local
[all...]
H A Dslang_rs_reflection_cpp.cpp71 const RSExportType *PointeeType = local
74 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
77 return PointeeType->getElementName();
H A Dslang_rs_export_type.h338 const RSExportType *PointeeType)
340 mPointeeType(PointeeType) {
336 RSExportPointerType(RSContext *Context, const llvm::StringRef &Name, const RSExportType *PointeeType) argument
H A Dslang_rs_reflection.cpp169 const RSExportType *PointeeType = local
172 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
175 return PointeeType->getElementName();
966 const RSExportType *PointeeType; local
971 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType();
989 if (PointeeType->getClass() == RSExportType::ExportClassRecord)
1189 const RSExportType *PointeeType = local
1192 if (PointeeType->getClass() != RSExportType::ExportClassRecord)

Completed in 116 milliseconds