Searched defs:HasCachedHash (Results 1 – 1 of 1) sorted by relevance
641 template <class NodeTy> struct MDNode::HasCachedHash { struct in MDNode642 typedef char Yes[1];643 typedef char No[2];644 template <class U, U Val> struct SFINAE {};650 static const bool value = sizeof(check<NodeTy>(nullptr)) == sizeof(Yes);