Home
last modified time | relevance | path

Searched refs:bI (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp46 clang::CompoundStmt::body_iterator bI = CS->body_begin(); in ReplaceInCompoundStmt() local
49 for ( ; bI != bE; bI++) { in ReplaceInCompoundStmt()
50 if (matchesStmt(*bI)) { in ReplaceInCompoundStmt()
53 UpdatedStmtList[UpdatedStmtCount++] = *bI; in ReplaceInCompoundStmt()
Dslang_rs_object_ref_count.cpp132 clang::CompoundStmt::body_iterator bI = CS->body_begin(); in AppendAfterStmt() local
139 for ( ; bI != bE; bI++) { in AppendAfterStmt()
140 if (!S && ((*bI)->getStmtClass() == clang::Stmt::ReturnStmtClass)) { in AppendAfterStmt()
149 UpdatedStmtList[UpdatedStmtCount++] = *bI; in AppendAfterStmt()
151 if ((*bI == S) && !Once) { in AppendAfterStmt()