Lines Matching defs:match
3273 // a pack expansion that does not match up with a parameter pack.
3694 // No match.
4537 // We perform that promotion here to match GCC and C++.
4797 /// requires copy/dispose. Note that this must match the logic
5554 // hack to match legacy encoding of *id and *Class
6543 bool match = false;
6546 match = true;
6550 if (!match)
6590 bool match = false;
6598 match = true;
6610 match = true;
6615 if (!match)
6629 bool match = false;
6639 match = true;
6643 if (!match)
6658 bool match = false;
6662 match = true;
6666 if (!match)
6848 // If there is no protocols associated with RHS, it is not a match.
7209 // If the canonical type classes don't match.
7219 // allow block pointer type to match an 'id' type.
7230 // The canonical type classes match.
7901 // FIXME: This doesn't match gcc's behavior for dllexport inline functions.
8398 // No point trying to match an unavailable/deprecated mothod.