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 91 static StringMapEntryBase *getTombstoneVal() {
300 if (Bucket && Bucket != getTombstoneVal())
303 if (Bucket == getTombstoneVal())
320 if (Bucket && Bucket != getTombstoneVal())
324 if (Bucket == getTombstoneVal())
343 if (Bucket && Bucket != getTombstoneVal()) {
379 if (Bucket && Bucket != getTombstoneVal()) {
429 while (*Ptr == nullptr || *Ptr == StringMapImpl::getTombstoneVal())

Completed in 90 milliseconds