Home
last modified time | relevance | path

Searched defs:CAPIDenseMapInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp37 struct CAPIDenseMapInfo { struct
38 static inline T* getEmptyKey() { in getEmptyKey()
42 static inline T* getTombstoneKey() { in getTombstoneKey()
46 static unsigned getHashValue(const T *PtrVal) { in getHashValue()
49 static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; } in isEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp37 struct CAPIDenseMapInfo { struct
38 static inline T* getEmptyKey() { in getEmptyKey()
42 static inline T* getTombstoneKey() { in getTombstoneKey()
46 static unsigned getHashValue(const T *PtrVal) { in getHashValue()
49 static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; } in isEqual()