reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
426 return KeyInfoT::getEmptyKey(); 1249 const KeyT Empty = KeyInfoT::getEmptyKey(); 1259 const KeyT Empty = KeyInfoT::getEmptyKey();include/llvm/ADT/DenseMapInfo.h
157 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } 192 SecondInfo::getEmptyKey());lib/Analysis/CFLAndersAliasAnalysis.cpp
277 DenseMapInfo<int64_t>::getEmptyKey()}; 282 DenseMapInfo<int64_t>::getEmptyKey()}; 300 DenseMapInfo<int64_t>::getEmptyKey()}; 306 DenseMapInfo<int64_t>::getEmptyKey()};tools/clang/include/clang/AST/BaseSubobject.h
61 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
tools/clang/include/clang/AST/CharUnits.h 222 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();