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

/frameworks/base/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.cpp270 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); local
272 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
279 if (PointeeType->isArrayType() ||
280 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD,
454 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); local
456 return ValidateVarDeclHelper(VD, PointeeType, SPS, InCompositeType,
1062 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); local
1065 if (PointeeType->getTypeClass() != clang::Type::Pointer) {
1066 PointeeET = RSExportType::Create(Context, PointeeType);
1082 llvm::Type *PointeeType local
1510 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.h327 const RSExportType *PointeeType)
329 mPointeeType(PointeeType) {
325 RSExportPointerType(RSContext *Context, const llvm::StringRef &Name, const RSExportType *PointeeType) argument
H A Dslang_rs_reflection.cpp165 const RSExportType *PointeeType = local
168 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
171 return PointeeType->getElementName();
812 const RSExportType *PointeeType; local
817 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType();
835 if (PointeeType->getClass() == RSExportType::ExportClassRecord)
1016 const RSExportType *PointeeType = local
1019 if (PointeeType->getClass() != RSExportType::ExportClassRecord)

Completed in 106 milliseconds