Searched defs:HasCachedHash (Results 1 – 3 of 3) 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);
771 template <class NodeTy> struct MDNode::HasCachedHash { struct in MDNode772 using Yes = char[1];773 using No = char[2];774 template <class U, U Val> struct SFINAE {};780 static const bool value = sizeof(check<NodeTy>(nullptr)) == sizeof(Yes);
769 template <class NodeTy> struct MDNode::HasCachedHash { struct in MDNode770 using Yes = char[1];771 using No = char[2];772 template <class U, U Val> struct SFINAE {};778 static const bool value = sizeof(check<NodeTy>(nullptr)) == sizeof(Yes);