Searched refs:CheckType (Results 1 – 2 of 2) sorted by relevance
721 const RSExportType *CheckType = mResultType; in analyzeResultType() local724 CheckType = static_cast<const RSExportConstantArrayType *>(mResultType)->getElementType(); in analyzeResultType()727 switch (CheckType->getClass()) { in analyzeResultType()
1029 const RSExportType *CheckType = ResultType; in exportableReduce() local1031 CheckType = static_cast<const RSExportConstantArrayType *>(ResultType)->getElementType(); in exportableReduce()1032 if (CheckType->getClass() == RSExportType::ExportClassRecord) { in exportableReduce()