Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpState.cpp105 bool NoAllocationsLeft = (Alloc.getNumAllocations() == 0); in maybeDiagnoseDanglingAllocations() local
118 return NoAllocationsLeft || !getLangOpts().CPlusPlus20; in maybeDiagnoseDanglingAllocations()