Searched refs:PointeeType (Results 1 – 5 of 5) sorted by relevance
96 typedef NullType PointeeType;100 typedef U PointeeType;
270 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); in TypeExportableHelper() local272 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() local456 return ValidateVarDeclHelper(VD, PointeeType, SPS, InCompositeType, in ValidateVarDeclHelper()1062 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); in Create() local1065 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 …]
182 unsigned PointeeType = encodeRSType(RS_POINTER_TYPE_GET_POINTEE_TYPE(T)); in encodePointerType() local183 if (!checkReturnIndex(&PointeeType)) in encodePointerType()188 mEncodedRSTypeInfo.push_back(PointeeType); in encodePointerType()
165 const RSExportType *PointeeType = in GetTypeName() local168 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in GetTypeName()171 return PointeeType->getElementName(); in GetTypeName()812 const RSExportType *PointeeType; in genPointerTypeExportVariable() local817 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in genPointerTypeExportVariable()835 if (PointeeType->getClass() == RSExportType::ExportClassRecord) in genPointerTypeExportVariable()1016 const RSExportType *PointeeType = in genPackVarOfType() local1019 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in genPackVarOfType()
327 const RSExportType *PointeeType) in RSExportPointerType() argument329 mPointeeType(PointeeType) { in RSExportPointerType()