Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp106 unsigned NewStmtCount = StmtList.size(); in BuildCompoundStmt() local
110 CompoundStmtList = new clang::Stmt*[NewStmtCount]; in BuildCompoundStmt()
117 slangAssert(CompoundStmtCount == NewStmtCount); in BuildCompoundStmt()