Home
last modified time | relevance | path

Searched refs:isDataEqual (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h126 if (!ImutInfo::isDataEqual(ImutInfo::DataOfValue(getValue()), in isElementEqual()
927 static bool isDataEqual(data_type_ref, data_type_ref) { return true; }
949 static bool isDataEqual(data_type_ref, data_type_ref) { return true; }
H A DImmutableMap.h51 static inline bool isDataEqual(data_type_ref L, data_type_ref R) { in isDataEqual() function