Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp106 unsigned CompoundStmtCount = 0; in BuildCompoundStmt() local
114 CompoundStmtList[CompoundStmtCount++] = *I; in BuildCompoundStmt()
116 slangAssert(CompoundStmtCount == NewStmtCount); in BuildCompoundStmt()
119 C, llvm::makeArrayRef(CompoundStmtList, CompoundStmtCount), Loc, Loc); in BuildCompoundStmt()