Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMapInfo.h39 inline unsigned combineHashValue(unsigned a, unsigned b) { in combineHashValue() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map_info.h21 static constexpr unsigned combineHashValue(unsigned a, unsigned b) { in combineHashValue() function