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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp99 unsigned CompoundStmtCount = 0; local
107 CompoundStmtList[CompoundStmtCount++] = *I;
109 slangAssert(CompoundStmtCount == NewStmtCount);
112 C, llvm::makeArrayRef(CompoundStmtList, CompoundStmtCount), Loc, Loc);

Completed in 906 milliseconds