Searched refs:IsCompAssign (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1142 QualType RHSType, bool IsCompAssign) { in handleComplexConversion() argument 1148 /*SkipCast=*/IsCompAssign)) in handleComplexConversion() 1156 /*PromotePrecision=*/!IsCompAssign); in handleComplexConversion() 1197 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument 1207 else if (!IsCompAssign) in handleFloatConversion() 1222 if (!IsCompAssign) in handleFloatConversion() 1233 /*ConvertFloat=*/!IsCompAssign, in handleFloatConversion() 1239 /*ConvertInt=*/!IsCompAssign); in handleFloatConversion() 1290 QualType RHSType, bool IsCompAssign) { in handleIntegerConversion() argument 1300 } else if (!IsCompAssign) in handleIntegerConversion() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 12529 ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, bool IsCompAssign, 12533 bool IsCompAssign = false); 12542 BinaryOperatorKind Opc, bool IsCompAssign = false); 12606 SourceLocation Loc, bool IsCompAssign, 12622 SourceLocation Loc, bool IsCompAssign, 12628 bool IsCompAssign); 12630 SourceLocation Loc, bool IsCompAssign);
|