Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Testing/Support/
H A DError.h70 class ValueMatchesPoly {
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() function
221 detail::ValueMatchesPoly<M> HasValue(M Matcher) { in HasValue()
222 return detail::ValueMatchesPoly<M>(Matcher); in HasValue()