Searched refs: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.cpp126 clang::Stmt **UpdatedStmtList = local
136 delete [] UpdatedStmtList;
141 UpdatedStmtList[UpdatedStmtCount++] = *bI;
148 UpdatedStmtList[UpdatedStmtCount++] = *I;
160 UpdatedStmtList[UpdatedStmtCount++] = *I;
164 CS->setStmts(C, UpdatedStmtList, UpdatedStmtCount);
166 delete [] UpdatedStmtList;

Completed in 110 milliseconds