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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp622 // orderings wouldn't be ambiguous using \see couldMatchAmbiguouslyWith().
642 /// couldMatchAmbiguouslyWith - Check whether this matchable could
645 bool couldMatchAmbiguouslyWith(const MatchableInfo &RHS) const { function in struct:__anon2890::MatchableInfo
3166 if (A.couldMatchAmbiguouslyWith(B)) {

Completed in 162 milliseconds