Searched defs:UpdatedStmtCount (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp45 unsigned UpdatedStmtCount = 0; local
51 UpdatedStmtList[UpdatedStmtCount++] = mNewStmt;
53 UpdatedStmtList[UpdatedStmtCount++] = *bI;
57 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount));
H A Dslang_rs_object_ref_count.cpp136 unsigned UpdatedStmtCount = 0; local
148 UpdatedStmtList[UpdatedStmtCount++] = *bI;
155 UpdatedStmtList[UpdatedStmtCount++] = *I;
167 UpdatedStmtList[UpdatedStmtCount++] = *I;
171 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount));

Completed in 55 milliseconds