reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-c-test/echo.cpp
   36 struct CAPIDenseMap<T*> {
   38     static inline T* getEmptyKey() {
   42     static inline T* getTombstoneKey() {
   46     static unsigned getHashValue(const T *PtrVal) {
   49     static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; }
   49     static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; }
   52   typedef DenseMap<T*, T*, CAPIDenseMapInfo> Map;
   52   typedef DenseMap<T*, T*, CAPIDenseMapInfo> Map;