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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1203 typedef std::map<clang::SourceLocation, clang::Stmt*, decltype(OccursBefore)> DMap; typedef
1205 DMap dtors(OccursBefore);
1207 // Create rsClearObject calls. Note the DMap entries are sorted by the SourceLocation.
1223 DMap::iterator firstDtorIter = dtors.begin();
1224 DMap::iterator currentDtorIter = firstDtorIter;
1225 DMap::iterator lastDtorIter = dtors.end();
1239 for(DMap::iterator it = firstDtorIter; it != currentDtorIter; it++) {

Completed in 37 milliseconds