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

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp493 // orderings wouldn't be ambiguous using \see couldMatchAmbiguouslyWith().
513 /// couldMatchAmbiguouslyWith - Check whether this matchable could
516 bool couldMatchAmbiguouslyWith(const MatchableInfo &RHS) { function in struct:__anon21902::MatchableInfo
2629 if (A.couldMatchAmbiguouslyWith(B)) {

Completed in 93 milliseconds