Searched refs:DMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1182 typedef std::map<clang::SourceLocation, clang::Stmt*, decltype(OccursBefore)> DMap; typedef
1184 DMap dtors(OccursBefore);
1186 // Create rsClearObject calls. Note the DMap entries are sorted by the SourceLocation.
1202 DMap::iterator firstDtorIter = dtors.begin();
1203 DMap::iterator currentDtorIter = firstDtorIter;
1204 DMap::iterator lastDtorIter = dtors.end();
1218 for(DMap::iterator it = firstDtorIter; it != currentDtorIter; it++) {

Completed in 49 milliseconds