Home | History | Annotate | Download | only in Sema

Lines Matching refs:Third

2776   switch (SCS.Third) {
2798 llvm_unreachable("Improper third standard conversion");
4050 // If either the second or the third operand has type (cv) void, ...
4056 // ... then the [l2r] conversions are performed on the second and third
4066 // -- The second or the third operand (but not both) is a throw-
4075 // -- Both the second and third operands have type void; the result is of
4090 // Otherwise, if the second and third operand have different types, and
4126 // If the second and third operands are glvalues of the same value
4128 // value category and it is a bit-field if the second or the third
4146 // Otherwise, the result is an rvalue. If the second and third operands
4158 // conversions are performed on the second and third operands.
4167 // -- The second and third operands have the same type; the result
4170 // copy-initialized from either the second operand or the third
4199 // -- The second and third operands have arithmetic or enumeration type;
4209 // -- The second and third operands have pointer type, or one has pointer
4213 // -- The second and third operands have pointer to member type, or one has
4217 // shall match the cv-qualification of either the second or the third