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.cpp97 unsigned CompoundStmtCount = 0; in BuildCompoundStmt() local
105 CompoundStmtList[CompoundStmtCount++] = *I; in BuildCompoundStmt()
107 slangAssert(CompoundStmtCount == NewStmtCount); in BuildCompoundStmt()
110 C, llvm::makeArrayRef(CompoundStmtList, CompoundStmtCount), Loc, Loc); in BuildCompoundStmt()