Home | History | Annotate | Download | only in slang

Lines Matching refs:EMT

88 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
94 unsigned Dim = EMT->getDim();
97 return MatrixTypeJavaNameMap[ EMT->getDim() - 2 ];
253 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET);
254 switch (EMT->getDim()) {