Searched defs:FieldsToDestroy (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp682 unsigned FieldsToDestroy = CountRSObjectTypes(C, BaseType, Loc); local
685 clang::Stmt **StmtArray = new clang::Stmt*[FieldsToDestroy];
686 for (unsigned i = 0; i < FieldsToDestroy; i++) {
725 slangAssert(StmtCount < FieldsToDestroy);

Completed in 248 milliseconds