Lines Matching defs:Converted
452 // type 'array of type' is converted to an expression that has type 'pointer
459 // T" can be converted to an rvalue of type "pointer to T".
553 // converted to a prvalue.
678 // value is converted to an int; otherwise, it is converted to an
698 /// are promoted to double. All other argument types are converted by
888 /// successfully converted to the complex type.
941 // If just the complexExpr is complex, the otherExpr needs to be converted,
986 // When both operands are complex, the shorter operand is converted to the
991 // floating-point type, the less precise type is converted, within it's
3956 // C99 6.5.2.2p7 - the arguments are implicitly converted, as if by
4280 // Pseudo-objects should be converted as soon as possible.
5220 /// \brief Return false if the two expressions can be converted to a vector,
6439 // expression is implicitly converted (C++ 4) to the
6502 // C99 6.5.16.1p2: The value of the right operand is converted to the
7225 /// \brief Returns false if the pointers are converted to a composite type,
8031 // The operands are both contextually converted to type bool.
8315 // is converted to the type of the assignment expression (above).
9461 // operand contextually converted to bool.
10638 ExprResult Converted;
10683 Converted = PerformContextualImplicitConversion(DiagLoc, E,
10685 if (Converted.isInvalid())
10686 return Converted;
10687 E = Converted.take();