Searched refs:RSExportPointerType (Results 1 – 5 of 5) sorted by relevance
751 ET = RSExportPointerType::Create(Context, in Create()1129 RSExportPointerType1130 *RSExportPointerType::Create(RSContext *Context, in Create()1149 return new RSExportPointerType(Context, TypeName, PointeeET); in Create()1152 llvm::Type *RSExportPointerType::convertToLLVMType() const { in convertToLLVMType()1157 union RSType *RSExportPointerType::convertToSpecType() const { in convertToSpecType()1169 bool RSExportPointerType::keep() { in keep()1176 bool RSExportPointerType::equals(const RSExportable *E) const { in equals()1178 return (static_cast<const RSExportPointerType*>(E) in equals()1580 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); in convertToRTD()
330 class RSExportPointerType : public RSExportType {336 RSExportPointerType(RSContext *Context, in RSExportPointerType() function346 static RSExportPointerType *Create(RSContext *Context,
72 static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in GetTypeName()800 const RSExportPointerType *EPT = in genTypeCheck()801 static_cast<const RSExportPointerType*>(ET); in genTypeCheck()839 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()840 static_cast<const RSExportPointerType*>(ET); in genTypeInstanceFromPointer()
170 static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in GetTypeName()801 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()802 static_cast<const RSExportPointerType*>(ET); in genTypeInstanceFromPointer()861 const RSExportPointerType *EPT = in genTypeCheck()862 static_cast<const RSExportPointerType*>(ET); in genTypeCheck()971 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in genPointerTypeExportVariable()1190 static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in genPackVarOfType()
228 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET) in dumpExportVarInfo()