Home
last modified time | relevance | path

Searched refs:ValueMatchesPoly (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Testing/Support/
DError.h71 class ValueMatchesPoly {
73 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() function
159 detail::ValueMatchesPoly<M> HasValue(M Matcher) { in HasValue()
160 return detail::ValueMatchesPoly<M>(Matcher); in HasValue()