Home
last modified time | relevance | path

Searched refs:HeapAllocs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp885 std::map<DynamicAllocLValue, DynAlloc, DynAllocOrder> HeapAllocs; member in __anonfb577fba0411::EvalInfo
1102 auto It = HeapAllocs.find(DA); in lookupDynamicAlloc()
1103 if (It != HeapAllocs.end()) in lookupDynamicAlloc()
1962 auto Result = HeapAllocs.emplace(std::piecewise_construct, in createHeapAlloc()
2553 if (!Info.HeapAllocs.empty()) { in CheckMemoryLeaks()
2557 Info.CCEDiag(Info.HeapAllocs.begin()->second.AllocExpr, in CheckMemoryLeaks()
2559 << unsigned(Info.HeapAllocs.size() - 1); in CheckMemoryLeaks()
6978 Info.HeapAllocs.erase(Pointer.Base.get<DynamicAllocLValue>()); in HandleOperatorDeleteCall()
15711 if (!Info.HeapAllocs.erase(Pointer.Base.dyn_cast<DynamicAllocLValue>())) { in VisitCXXDeleteExpr()