Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp697 const RSExportForEach::InVec &Ins = EF->getIns(); in genExportForEach() local
701 if (Ins.size() == 1) { in genExportForEach()
705 } else if (Ins.size() > 1) { in genExportForEach()
707 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach()
749 if (Ins.size() == 1) { in genExportForEach()
752 } else if (Ins.size() > 1) { in genExportForEach()
753 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach()
791 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str()); in genExportForEach()
800 if (Ins.size() == 1 && (EF->hasOut() || EF->hasReturn())) { in genExportForEach()
804 } else if (Ins.size() > 1) { in genExportForEach()
[all …]
Dslang_rs_reflection_cpp.cpp265 const RSExportForEach::InVec &Ins = ForEach->getIns(); in genForEachDeclarations() local
266 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); in genForEachDeclarations()