HomeSort by relevance Sort by last modified time
    Searched refs:getTombstoneVal (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
StringMap.cpp 85 if (BucketItem == getTombstoneVal()) {
130 if (BucketItem == getTombstoneVal()) {
172 TheTable[Bucket] = getTombstoneVal();
213 if (Bucket && Bucket != getTombstoneVal()) {
  /external/llvm/include/llvm/ADT/
StringMap.h 95 static StringMapEntryBase *getTombstoneVal() {
313 if (Bucket && Bucket != getTombstoneVal())
316 if (Bucket == getTombstoneVal())
333 if (Bucket && Bucket != getTombstoneVal())
337 if (Bucket == getTombstoneVal())
356 if (Bucket && Bucket != getTombstoneVal()) {
392 if (Bucket && Bucket != getTombstoneVal()) {
441 while (*Ptr == nullptr || *Ptr == StringMapImpl::getTombstoneVal())

Completed in 73 milliseconds