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

  /external/llvm/include/llvm/ADT/
DenseMap.h 67 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
69 if (!KeyInfoT::isEqual(P->first, EmptyKey) &&
117 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
119 if (!KeyInfoT::isEqual(P->first, EmptyKey)) {
124 P->first = EmptyKey;
241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
243 if (!KeyInfoT::isEqual(P->first, EmptyKey) &&
336 const KeyT EmptyKey = getEmptyKey();
338 assert(!KeyInfoT::isEqual(Val, EmptyKey) &&
352 if (KeyInfoT::isEqual(ThisBucket->first, EmptyKey)) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 98 static const ComparableFunction EmptyKey;
126 const ComparableFunction ComparableFunction::EmptyKey = ComparableFunction(0);
137 return ComparableFunction::EmptyKey;

Completed in 3579 milliseconds