Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1222 std::string IndexVarName("ct"); in genPackVarOfType() local
1223 IndexVarName.append(llvm::utostr_32(Level)); in genPackVarOfType()
1225 C.indent() << "for (int " << IndexVarName << " = 0; " << in genPackVarOfType()
1226 IndexVarName << " < " << ECAT->getSize() << "; " << in genPackVarOfType()
1227 IndexVarName << "++)"; in genPackVarOfType()
1230 ElementVarName.append("[" + IndexVarName + "]"); in genPackVarOfType()