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