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

  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 47 clang::CompoundStmt::body_iterator bE = CS->body_end();
49 for ( ; bI != bE; bI++) {
slang_rs_object_ref_count.cpp 36 * correspond to object types will be set.
74 // The first parameter must be a pointer like rs_allocation*
82 && "must be RS object type");
125 clang::CompoundStmt::body_iterator bE = CS->body_end();
131 for ( ; bI != bE; bI++) {
195 // This should always be a CompoundStmt.
201 // The stack of statements which should be replaced by a compound statement
358 "Should not be destroying arrays with this function");
    [all...]

Completed in 56 milliseconds