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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h70 class ValueMatchesPoly { class in namespace:llvm::detail
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} function in class:llvm::detail::ValueMatchesPoly
200 detail::ValueMatchesPoly<M> HasValue(M Matcher) {
201 return detail::ValueMatchesPoly<M>(Matcher);

Completed in 104 milliseconds