Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp45 unsigned UpdatedStmtCount = 0; in ReplaceInCompoundStmt() local
51 UpdatedStmtList[UpdatedStmtCount++] = mNewStmt; in ReplaceInCompoundStmt()
53 UpdatedStmtList[UpdatedStmtCount++] = *bI; in ReplaceInCompoundStmt()
57 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount)); in ReplaceInCompoundStmt()
Dslang_rs_object_ref_count.cpp137 unsigned UpdatedStmtCount = 0; in AppendAfterStmt() local
149 UpdatedStmtList[UpdatedStmtCount++] = *bI; in AppendAfterStmt()
156 UpdatedStmtList[UpdatedStmtCount++] = *I; in AppendAfterStmt()
168 UpdatedStmtList[UpdatedStmtCount++] = *I; in AppendAfterStmt()
172 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount)); in AppendAfterStmt()