Searched refs:RSExportPointerType (Results 1 – 4 of 4) sorted by relevance
687 ET = RSExportPointerType::Create(Context, in Create()1058 RSExportPointerType1059 *RSExportPointerType::Create(RSContext *Context, in Create()1078 return new RSExportPointerType(Context, TypeName, PointeeET); in Create()1081 llvm::Type *RSExportPointerType::convertToLLVMType() const { in convertToLLVMType()1086 union RSType *RSExportPointerType::convertToSpecType() const { in convertToSpecType()1098 bool RSExportPointerType::keep() { in keep()1105 bool RSExportPointerType::equals(const RSExportable *E) const { in equals()1107 return (static_cast<const RSExportPointerType*>(E) in equals()1509 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); in convertToRTD()
319 class RSExportPointerType : public RSExportType {325 RSExportPointerType(RSContext *Context, in RSExportPointerType() function335 static RSExportPointerType *Create(RSContext *Context,
166 static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in GetTypeName()696 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()697 static_cast<const RSExportPointerType*>(ET); in genTypeInstanceFromPointer()738 const RSExportPointerType *EPT = in genTypeCheck()739 static_cast<const RSExportPointerType*>(ET); in genTypeCheck()817 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in genPointerTypeExportVariable()1017 static_cast<const RSExportPointerType*>(ET)->getPointeeType(); in genPackVarOfType()
244 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET) in HandleTranslationUnitPost()