Home | History | Annotate | Download | only in slang

Lines Matching refs:RSExportMatrixType

652           ET = RSExportMatrixType::Create(Context,
660 ET = RSExportMatrixType::Create(Context,
668 ET = RSExportMatrixType::Create(Context,
1182 /***************************** RSExportMatrixType *****************************/
1183 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context,
1258 return new RSExportMatrixType(Context, TypeName, Dim);
1261 llvm::Type *RSExportMatrixType::convertToLLVMType() const {
1273 union RSType *RSExportMatrixType::convertToSpecType() const {
1285 bool RSExportMatrixType::equals(const RSExportable *E) const {
1287 return (static_cast<const RSExportMatrixType*>(E)->getDim() == getDim());
1522 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType*>(this);