reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
991 auto It = HeapAllocs.find(DA); 992 if (It != HeapAllocs.end()) 1795 auto Result = HeapAllocs.emplace(std::piecewise_construct, 2261 if (!Info.HeapAllocs.empty()) { 2265 Info.CCEDiag(Info.HeapAllocs.begin()->second.AllocExpr, 2267 << unsigned(Info.HeapAllocs.size() - 1); 6116 Info.HeapAllocs.erase(Pointer.Base.get<DynamicAllocLValue>()); 13252 if (!Info.HeapAllocs.erase(Pointer.Base.dyn_cast<DynamicAllocLValue>())) {