Lines Matching defs:Matched
40 bool Matched = false; ///< Is this relocation part of a match.
46 Out << ", Matched=" << Matched;
116 unsigned Matched = Predicate(*I);
117 if (Matched != FindBest_NoMatch) {
125 if (Matched == FindBest_PerfectMatch) {
182 if (!X.Matched &&
201 return PreviousBest.Matched && !Candidate.Matched;
493 InsertionPoint->Matched = true;
494 Sorted.insert(InsertionPoint, R)->Matched = true;