Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp857 std::map<DynamicAllocLValue, DynAlloc, DynAllocOrder> HeapAllocs; member in __anond52d8a670411::EvalInfo
1044 auto It = HeapAllocs.find(DA); in lookupDynamicAlloc()
1045 if (It != HeapAllocs.end()) in lookupDynamicAlloc()
1902 auto Result = HeapAllocs.emplace(std::piecewise_construct, in createHeapAlloc()
2459 if (!Info.HeapAllocs.empty()) { in CheckMemoryLeaks()
2463 Info.CCEDiag(Info.HeapAllocs.begin()->second.AllocExpr, in CheckMemoryLeaks()
2465 << unsigned(Info.HeapAllocs.size() - 1); in CheckMemoryLeaks()
6818 Info.HeapAllocs.erase(Pointer.Base.get<DynamicAllocLValue>()); in HandleOperatorDeleteCall()
14948 if (!Info.HeapAllocs.erase(Pointer.Base.dyn_cast<DynamicAllocLValue>())) { in VisitCXXDeleteExpr()