Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.cpp65 if (B->hasPointers()) { in deallocate()
H A DDynamicAllocator.cpp28 if (B->hasPointers()) { in cleanup()
H A DInterpBlock.h69 bool hasPointers() const { return Pointers; } in hasPointers() function