Searched defs:HasCachedHash (Results 1 – 1 of 1) sorted by relevance
988 template <class NodeTy> struct MDNode::HasCachedHash { struct in MDNode989 using Yes = char[1];990 using No = char[2];991 template <class U, U Val> struct SFINAE {};997 static const bool value = sizeof(check<NodeTy>(nullptr)) == sizeof(Yes);