Searched refs:PointeeType (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | traits.h | 96 typedef NullType PointeeType; 100 typedef U PointeeType;
|
/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 269 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); in TypeExportableHelper() local 271 if (PointeeType->getTypeClass() == clang::Type::Pointer) { in TypeExportableHelper() 278 if (PointeeType->isArrayType() || in TypeExportableHelper() 279 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD, in TypeExportableHelper() 502 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); in ValidateTypeHelper() local 504 return ValidateTypeHelper(C, PointeeType, ND, Loc, SPS, InCompositeType, in ValidateTypeHelper() 1133 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); in Create() local 1136 if (PointeeType->getTypeClass() != clang::Type::Pointer) { in Create() 1137 PointeeET = RSExportType::Create(Context, PointeeType); in Create() 1153 llvm::Type *PointeeType = mPointeeType->getLLVMType(); in convertToLLVMType() local [all …]
|
D | slang_rs_metadata_spec_encoder.cpp | 182 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()
|
D | slang_rs_reflection.cpp | 169 const RSExportType *PointeeType = in GetTypeName() local 172 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in GetTypeName() 175 return PointeeType->getElementName(); in GetTypeName() 966 const RSExportType *PointeeType; in genPointerTypeExportVariable() local 971 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in genPointerTypeExportVariable() 989 if (PointeeType->getClass() == RSExportType::ExportClassRecord) in genPointerTypeExportVariable() 1189 const RSExportType *PointeeType = in genPackVarOfType() local 1192 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in genPackVarOfType()
|
D | slang_rs_export_type.h | 338 const RSExportType *PointeeType) in RSExportPointerType() argument 340 mPointeeType(PointeeType) { in RSExportPointerType()
|
D | slang_rs_reflection_cpp.cpp | 71 const RSExportType *PointeeType = in GetTypeName() local 74 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in GetTypeName() 77 return PointeeType->getElementName(); in GetTypeName()
|