Searched defs:HasCachedHash (Results 1 – 1 of 1) 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);