Searched defs:UpdatedStmtList (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp43 clang::Stmt **UpdatedStmtList = new clang::Stmt*[CS->size()]; local
51 UpdatedStmtList[UpdatedStmtCount++] = mNewStmt;
53 UpdatedStmtList[UpdatedStmtCount++] = *bI;
57 CS->setStmts(C, UpdatedStmtList, UpdatedStmtCount);
59 delete [] UpdatedStmtList;
H A Dslang_rs_object_ref_count.cpp124 clang::Stmt **UpdatedStmtList = local
134 delete [] UpdatedStmtList;
139 UpdatedStmtList[UpdatedStmtCount++] = *bI;
146 UpdatedStmtList[UpdatedStmtCount++] = *I;
158 UpdatedStmtList[UpdatedStmtCount++] = *I;
162 CS->setStmts(C, UpdatedStmtList, UpdatedStmtCount);
164 delete [] UpdatedStmtList;

Completed in 28 milliseconds