Home | History | Annotate | Download | only in slang

Lines Matching refs:RSExportMatrixType

859           ET = RSExportMatrixType::Create(Context,
867 ET = RSExportMatrixType::Create(Context,
875 ET = RSExportMatrixType::Create(Context,
1355 /***************************** RSExportMatrixType *****************************/
1356 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context,
1419 return new RSExportMatrixType(Context, TypeName, Dim);
1422 llvm::Type *RSExportMatrixType::convertToLLVMType() const {
1434 bool RSExportMatrixType::matchODR(const RSExportType *E,
1437 return (static_cast<const RSExportMatrixType*>(E)->getDim() == getDim());
1671 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType*>(this);