Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DMetadata.cpp733 template <class NodeTy> struct MDNode::HasCachedHash { struct in MDNode
734 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);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadata.cpp770 template <class NodeTy> struct MDNode::HasCachedHash { struct in MDNode
771 using Yes = char[1];
772 using No = char[2];
773 template <class U, U Val> struct SFINAE {};
779 static const bool value = sizeof(check<NodeTy>(nullptr)) == sizeof(Yes);