Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h146 constexpr static LocationSize mapEmpty() { in mapEmpty() function
331 static inline LocationSize getEmptyKey() { return LocationSize::mapEmpty(); }
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp26 else if (*this == mapEmpty()) in print()