Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDynamicAllocator.h68 unsigned getNumAllocations() const { return AllocationSites.size(); } in getNumAllocations() function
H A DInterpState.cpp105 bool NoAllocationsLeft = (Alloc.getNumAllocations() == 0); in maybeDiagnoseDanglingAllocations()