Home | History | Annotate | Download | only in Sema

Lines Matching refs:Third

2803   switch (SCS.Third) {
2825 llvm_unreachable("Improper third standard conversion");
4127 // If either the second or the third operand has type (cv) void, ...
4133 // ... then the [l2r] conversions are performed on the second and third
4160 // -- The second or the third operand (but not both) is a throw-
4169 // -- Both the second and third operands have type void; the result is of
4184 // Otherwise, if the second and third operand have different types, and
4244 // If the second and third operands are glvalues of the same value
4246 // value category and it is a bit-field if the second or the third
4262 // Otherwise, the result is a prvalue. If the second and third operands
4274 // conversions are performed on the second and third operands.
4283 // -- The second and third operands have the same type; the result
4286 // copy-initialized from either the second operand or the third
4319 // -- The second and third operands have arithmetic or enumeration type;
4329 // -- The second and third operands have pointer type, or one has pointer
4335 // -- The second and third operands have pointer to member type, or one has
4339 // shall match the cv-qualification of either the second or the third
5400 // - conditional expression (5.16) where both the second and the third