HomeSort by relevance Sort by last modified time
    Searched defs:bI (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 46 clang::CompoundStmt::body_iterator bI = CS->body_begin();
49 for ( ; bI != bE; bI++) {
50 if (matchesStmt(*bI)) {
53 UpdatedStmtList[UpdatedStmtCount++] = *bI;
slang_rs_object_ref_count.cpp 122 clang::CompoundStmt::body_iterator bI = CS->body_begin();
129 for ( ; bI != bE; bI++) {
130 if (!S && ((*bI)->getStmtClass() == clang::Stmt::ReturnStmtClass)) {
139 UpdatedStmtList[UpdatedStmtCount++] = *bI;
141 if ((*bI == S) && !Once) {
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c     [all...]

Completed in 750 milliseconds