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