Home | History | Annotate | Download | only in ARCMigrate

Lines Matching defs:match

656       bool match = false;
661 match = true;
664 if (!match)
1091 /// \brief Check whether the two versions match.
1097 /// availability attributes, all their components match. It returns
1099 /// availability attributes match. This routine is only called when
1126 bool match = false;
1134 match = true;
1138 if (!match)
1160 bool match = MatchTwoAttributeLists(Attrs1, Attrs2, AvailabilityArgsMatch);
1161 if (match && (Attrs2.size() > Attrs1.size()))
1163 return match;