Home
last modified time | relevance | path

Searched refs:OET (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp265 const RSExportType *OET = EF->getOutType(); in beginForEach() local
266 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()
Dslang_rs_reflection_cpp.cpp191 const RSExportType *OET = EF->getOutType(); in genTypeInstancesUsedInForEach() local
193 if (OET) { in genTypeInstancesUsedInForEach()
194 genTypeInstanceFromPointer(OET); in genTypeInstancesUsedInForEach()
351 const RSExportType *OET = ef->getOutType(); in genExportForEachBodies() local
358 if (OET) { in genExportForEachBodies()
359 genTypeCheck(OET, "aout"); in genExportForEachBodies()
Dslang_rs_reflection.cpp689 const RSExportType *OET = EF->getOutType(); in genScriptClassConstructor() local
690 if (OET) { in genScriptClassConstructor()
691 genTypeInstanceFromPointer(OET); in genScriptClassConstructor()
1030 const RSExportType *OET = EF->getOutType(); in genExportForEach() local
1145 if (OET) { in genExportForEach()
1146 genTypeCheck(OET, "aout"); in genExportForEach()