Searched refs:PointeeType (Results 1 - 5 of 5) 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_export_type.cpp271 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); local
273 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
280 if (PointeeType->isArrayType() ||
281 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD,
503 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); local
505 return ValidateTypeHelper(C, PointeeType, ND, Loc, SPS, InCompositeType,
1129 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); local
1132 if (PointeeType->getTypeClass() != clang::Type::Pointer) {
1133 PointeeET = RSExportType::Create(Context, PointeeType);
1149 llvm::Type *PointeeType local
1577 const RSExportType *PointeeType = EPT->getPointeeType(); local
[all...]
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.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();
920 const RSExportType *PointeeType; local
925 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType();
943 if (PointeeType->getClass() == RSExportType::ExportClassRecord)
1143 const RSExportType *PointeeType = local
1146 if (PointeeType->getClass() != RSExportType::ExportClassRecord)

Completed in 67 milliseconds