Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DError.h70 class ValueMatchesPoly {
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() function
158 detail::ValueMatchesPoly<M> HasValue(M Matcher) { in HasValue()
159 return detail::ValueMatchesPoly<M>(Matcher); in HasValue()
/external/llvm-project/llvm/include/llvm/Testing/Support/
DError.h70 class ValueMatchesPoly {
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() function
200 detail::ValueMatchesPoly<M> HasValue(M Matcher) { in HasValue()
201 return detail::ValueMatchesPoly<M>(Matcher); in HasValue()