Searched defs:CheckType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp720 const RSExportType *CheckType = mResultType; local
723 CheckType = static_cast<const RSExportConstantArrayType *>(mResultType)->getElementType();
726 switch (CheckType->getClass()) {
H A Dslang_rs_reflection.cpp1029 const RSExportType *CheckType = ResultType; local
1031 CheckType = static_cast<const RSExportConstantArrayType *>(ResultType)->getElementType();
1032 if (CheckType->getClass() == RSExportType::ExportClassRecord) {

Completed in 66 milliseconds