Home
last modified time | relevance | path

Searched refs:IET (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp195 const RSExportType *IET = EF->getInType(); in makeHeader() local
197 if (IET) { in makeHeader()
198 genTypeInstanceFromPointer(IET); in makeHeader()
402 const RSExportType *IET = ef->getInType(); in makeImpl() local
406 if (IET) { in makeImpl()
407 genTypeCheck(IET, "ain"); in makeImpl()
Dslang_rs_reflection.cpp394 const RSExportType *IET = EF->getInType(); in genScriptClassConstructor() local
395 if (IET) { in genScriptClassConstructor()
396 genTypeInstanceFromPointer(C, IET); in genScriptClassConstructor()
680 const RSExportType *IET = EF->getInType(); in genExportForEach() local
691 if (IET) in genExportForEach()
741 if (IET) { in genExportForEach()
742 genTypeCheck(C, IET, "ain"); in genExportForEach()