Searched refs:OET (Results 1 – 3 of 3) sorted by relevance
265 const RSExportType *OET = EF->getOutType(); in beginForEach() local266 if (OET && !IsKernel) { in beginForEach()267 slangAssert(OET->getClass() == RSExportType::ExportClassPointer); in beginForEach()268 OET = static_cast<const RSExportPointerType *>(OET)->getPointeeType(); in beginForEach()270 const std::string OutType = (OET ? getUniqueTypeName(OET) : ""); in beginForEach()
191 const RSExportType *OET = EF->getOutType(); in genTypeInstancesUsedInForEach() local193 if (OET) { in genTypeInstancesUsedInForEach()194 genTypeInstanceFromPointer(OET); in genTypeInstancesUsedInForEach()351 const RSExportType *OET = ef->getOutType(); in genExportForEachBodies() local358 if (OET) { in genExportForEachBodies()359 genTypeCheck(OET, "aout"); in genExportForEachBodies()
689 const RSExportType *OET = EF->getOutType(); in genScriptClassConstructor() local690 if (OET) { in genScriptClassConstructor()691 genTypeInstanceFromPointer(OET); in genScriptClassConstructor()1030 const RSExportType *OET = EF->getOutType(); in genExportForEach() local1145 if (OET) { in genExportForEach()1146 genTypeCheck(OET, "aout"); in genExportForEach()