Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h69 class ValueMatchesPoly {
71 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()