HomeSort by: relevance | last modified time | path
    Searched defs:TombstoneKey (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 79 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map.h 50 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
59 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) {
234 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
238 !KeyInfoT::isEqual(K, TombstoneKey)) {
258 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
261 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey))
293 const KeyT TombstoneKey = getTombstoneKey();
296 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) {
470 const KeyT TombstoneKey = getTombstoneKey();
472 CHECK(!KeyInfoT::isEqual(Val, TombstoneKey));
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMap.h 122 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
131 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) {
364 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
367 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey))
400 const KeyT TombstoneKey = getTombstoneKey();
403 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) {
621 const KeyT TombstoneKey = getTombstoneKey();
623 !KeyInfoT::isEqual(Val, TombstoneKey) &&
647 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&
939 const KeyT TombstoneKey = this->getTombstoneKey()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 569 static const IRPosition TombstoneKey;
718 return IRPosition::TombstoneKey;

Completed in 26 milliseconds