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 84 if (BucketItem == getTombstoneVal()) {
129 if (BucketItem == getTombstoneVal()) {
171 TheTable[Bucket] = getTombstoneVal();
210 if (Bucket && Bucket != getTombstoneVal()) {
  /external/llvm/include/llvm/ADT/
StringMap.h 96 static StringMapEntryBase *getTombstoneVal() {
316 if (Bucket && Bucket != getTombstoneVal())
319 if (Bucket == getTombstoneVal())
337 if (Bucket && Bucket != getTombstoneVal()) {
354 if (Bucket && Bucket != getTombstoneVal())
360 if (Bucket == getTombstoneVal())
441 while (*Ptr == 0 || *Ptr == StringMapImpl::getTombstoneVal())

Completed in 129 milliseconds