Lines Matching defs:conversions
1432 // The distance measures how many narrowing conversions of actual arguments
1464 conversions.begin(), conversions.end(),
1465 d.conversions.begin(), d.conversions.end()));
1469 return conversions[narrowingArg] != 0 || conversions[extendingResult] != 0;
1485 conversions[narrowingArg]++;
1488 conversions[nonNarrowingArg]++;
1501 conversions[nonExtendingResult]++;
1504 conversions[extendingResult]++;
1543 // - It is not clear there is a use case for automatic conversions
1549 // Below are indexes to access data in conversions.
1559 std::array<int, dataSize> conversions = {};
2229 // if types conversions cause precision loss.
6392 // Convert X and Y to a common type to allow comparison. Direct conversions
6393 // between kinds 2, 3, 10, and 16 are not all supported. These conversions