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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp99 clang::Stmt **CompoundStmtList; local
100 CompoundStmtList = new clang::Stmt*[NewStmtCount];
105 CompoundStmtList[CompoundStmtCount++] = *I;
110 CompoundStmtList,
115 delete [] CompoundStmtList;

Completed in 72 milliseconds