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