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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp664 unsigned FieldsToDestroy = CountRSObjectTypes(C, BaseType, Loc); local
665 slangAssert(FieldsToDestroy != 0);
668 clang::Stmt **StmtArray = new clang::Stmt*[FieldsToDestroy];
669 for (unsigned i = 0; i < FieldsToDestroy; i++) {
708 slangAssert(StmtCount < FieldsToDestroy);

Completed in 26 milliseconds