Home
last modified time | relevance | path

Searched refs:IsCompAssign (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1146 QualType RHSType, bool IsCompAssign) { in handleComplexConversion() argument
1152 /*SkipCast=*/IsCompAssign)) in handleComplexConversion()
1160 /*PromotePrecision=*/!IsCompAssign); in handleComplexConversion()
1201 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument
1211 else if (!IsCompAssign) in handleFloatConversion()
1226 if (!IsCompAssign) in handleFloatConversion()
1237 /*ConvertFloat=*/!IsCompAssign, in handleFloatConversion()
1243 /*ConvertInt=*/!IsCompAssign); in handleFloatConversion()
1294 QualType RHSType, bool IsCompAssign) { in handleIntegerConversion() argument
1304 } else if (!IsCompAssign) in handleIntegerConversion()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7376 SourceLocation Loc, bool IsCompAssign,
7417 SourceLocation Loc, bool IsCompAssign,
7423 bool IsCompAssign);
7425 SourceLocation Loc, bool IsCompAssign);
7726 ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, bool IsCompAssign,
7730 bool IsCompAssign = false);
7739 BinaryOperatorKind Opc, bool IsCompAssign = false);