Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h137 constexpr static LocationSize mapEmpty() { in mapEmpty() function
318 return LocationSize::mapEmpty();
H A DAliasSetTracker.h57 LocationSize Size = LocationSize::mapEmpty();
62 bool isSizeSet() const { return Size != LocationSize::mapEmpty(); } in isSizeSet()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryLocation.cpp27 else if (*this == mapEmpty()) in print()