Searched defs:HasCachedHash (Results 1 – 2 of 2) sorted by relevance
733 template <class NodeTy> struct MDNode::HasCachedHash { struct in MDNode734 typedef char Yes[1];735 typedef char No[2];736 template <class U, U Val> struct SFINAE {};742 static const bool value = sizeof(check<NodeTy>(nullptr)) == sizeof(Yes);
770 template <class NodeTy> struct MDNode::HasCachedHash { struct in MDNode771 using Yes = char[1];772 using No = char[2];773 template <class U, U Val> struct SFINAE {};779 static const bool value = sizeof(check<NodeTy>(nullptr)) == sizeof(Yes);