Lines Matching refs:Converted
2552 // converted to a register of the form S1_2_C3_C4_5. Let the hardware throw
5213 // - weak flag (always converted to bool)
5214 // - memory order (always converted to int)
5215 // - scope (always converted to int)
5270 // The order(s) and scope are always converted to int.
5727 // Okay, we have something that *can* be converted to the right type. Check
5730 // pass in 42. The 42 gets converted to char. This is even more strange
5755 // The arguments would have already been converted to the first argument's
6191 ExprResult Converted = DefaultLvalueConversion(Arg);
6192 if (Converted.isInvalid())
6194 TheCall->setArg(I, Converted.get());
11511 // Only analyze comparison operators where both sides have been converted to
12107 /// Check an Objective-C array literal being converted to the given
12135 /// Check an Objective-C dictionary literal being converted to the given
12398 // Detect the case where a call result is converted from floating-point to
12399 // to bool, and the final argument to the call is converted from bool, to
13814 // [...] The first expression is contextually converted to bool (Clause 4).
16094 // Update call argument to use the possibly converted matrix argument.