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.cpp105 unsigned NewStmtCount = StmtList.size(); in BuildCompoundStmt() local
109 CompoundStmtList = new clang::Stmt*[NewStmtCount]; in BuildCompoundStmt()
116 slangAssert(CompoundStmtCount == NewStmtCount); in BuildCompoundStmt()