Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h109 constexpr static LocationSize mapEmpty() { in mapEmpty() function
274 return LocationSize::mapEmpty();
DAliasSetTracker.h56 LocationSize Size = LocationSize::mapEmpty();
61 bool isSizeSet() const { return Size != LocationSize::mapEmpty(); } in isSizeSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryLocation.cpp25 else if (*this == mapEmpty()) in print()