Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp861 const RSExportForEach::InVec &Ins = EF->getIns(); in genExportForEach() local
865 if (Ins.size() == 1) { in genExportForEach()
869 } else if (Ins.size() > 1) { in genExportForEach()
871 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach()
913 if (Ins.size() == 1) { in genExportForEach()
916 } else if (Ins.size() > 1) { in genExportForEach()
917 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach()
955 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str()); in genExportForEach()
964 if (Ins.size() == 1 && (EF->hasOut() || EF->hasReturn())) { in genExportForEach()
968 } else if (Ins.size() > 1) { in genExportForEach()
[all …]
Dslang_rs_reflection_cpp.cpp271 const RSExportForEach::InVec &Ins = ForEach->getIns(); in genForEachDeclarations() local
272 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); in genForEachDeclarations()