Searched refs:NewStmtCount (Results 1 - 1 of 1) sorted by path

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp105 unsigned NewStmtCount = StmtList.size(); local
109 CompoundStmtList = new clang::Stmt*[NewStmtCount];
116 slangAssert(CompoundStmtCount == NewStmtCount);

Completed in 66 milliseconds