Home
last modified time | relevance | path

Searched defs:HasCachedHash (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp782 template <class NodeTy> struct MDNode::HasCachedHash { struct in MDNode
783 using Yes = char[1];
784 using No = char[2];
785 template <class U, U Val> struct SFINAE {};
791 static const bool value = sizeof(check<NodeTy>(nullptr)) == sizeof(Yes);