Searched defs:bI (Results 1 - 2 of 2) sorted by path

/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp46 clang::CompoundStmt::body_iterator bI = CS->body_begin(); local
49 for ( ; bI != bE; bI++) {
50 if (matchesStmt(*bI)) {
53 UpdatedStmtList[UpdatedStmtCount++] = *bI;
H A Dslang_rs_object_ref_count.cpp131 clang::CompoundStmt::body_iterator bI = CS->body_begin(); local
138 for ( ; bI != bE; bI++) {
139 if (!S && ((*bI)->getStmtClass() == clang::Stmt::ReturnStmtClass)) {
148 UpdatedStmtList[UpdatedStmtCount++] = *bI;
150 if ((*bI == S) && !Once) {

Completed in 119 milliseconds