Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp659 bool couldMatchAmbiguouslyWith(const MatchableInfo &RHS) const { in couldMatchAmbiguouslyWith() function
3245 if (A.couldMatchAmbiguouslyWith(B)) { in run()