Lines Matching refs:Other
680 // other types are unchanged by the integer promotions.
698 /// are promoted to double. All other argument types are converted by
990 // From H&S 6.3.4: When one operand is complex and the other is a real
992 // real or complex domain, to the precision of the other type. For example,
1006 // other operand to complex.
1329 // complete object type other than a variably modified type."
1697 // TODO: fixit for inserting 'Base<T>::' in the other cases.
2048 // There are other safeguards against such uses, but it's important
2470 // don't check the decl type at all, since all other decl types
3583 // expressions. We can't handle overloads here because the other
5161 /// constant and the other is not a pointer. Returns true if a diagnostic is
5501 // the type of the other operand."
5534 // constant and the other is not a pointer type. In this case, the user most
5535 // likely forgot to take the address of the other expression.
5600 // assigned to the other, use that type as the composite
5919 // For GCC compatibility, other qualifier mismatches are treated
5925 // incomplete type and the other is a pointer to a qualified or unqualified
6642 // what the other expression is.
6651 // if the other expression is a pointer.
7243 // the common type is the type of the other operand. Otherwise, the
7391 Expr *Other;
7394 Other = RHS.get();
7397 Other = LHS.get();
7401 Other = Other->IgnoreParenCasts();
7402 if (Other->isNullPointerConstant(S.getASTContext(),
7407 // LK_String should always be after the other literals, since it has its own
7553 // Warn about comparisons against a string constant (unless the other
7919 // one operand is of a vector type and the other is of its element type.
8253 // right next to each other. If so, the user may have typo'd "x =+ 4"
8263 // And there is a space or other character before the subexpr of the
9293 // or CreateBuiltinBinOp (in any other case). We also want to get
9303 // Don't resolve overloads if the other type is overloadable.
9338 // Don't resolve overloads if the other type is overloadable.
9498 // complex l-values to ordinary l-values and all other values to r-values.
10954 // function template or overload resolution or other cases which we
11121 // function context, so we'll get other (more useful) diagnostics later.
11140 // FIXME: Is there any other context where a local variable can be
11222 // the source array, and other clients (e.g., CodeGen) will perform
11322 // capture; other scopes don't work.