Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DMemoryLocation.h136 constexpr static LocationSize mapTombstone() { in mapTombstone() function
324 return LocationSize::mapTombstone();
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemoryLocation.cpp28 else if (*this == mapTombstone()) in print()