Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h129 constexpr static LocationSize mapTombstone() { in mapTombstone() function
333 return LocationSize::mapTombstone();
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp27 else if (*this == mapTombstone()) in print()