Searched refs:IsCompAssign (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 882 QualType RHSType, QualType LElTy, QualType RElTy, bool IsCompAssign) { in handleFloatVectorBinOpConversion() argument 887 if (IsCompAssign || in handleFloatVectorBinOpConversion() 898 if (IsCompAssign) in handleFloatVectorBinOpConversion() 906 QualType RHSType, QualType LElTy, QualType RElTy, bool IsCompAssign) { in handleIntegerVectorBinOpConversion() argument 915 if (IsCompAssign || IntOrder >= 0) in handleIntegerVectorBinOpConversion() 924 if (IsCompAssign || RHSSigned) in handleIntegerVectorBinOpConversion() 933 if (IsCompAssign || LHSSigned) in handleIntegerVectorBinOpConversion() 945 if (IsCompAssign) in handleIntegerVectorBinOpConversion() 972 bool IsCompAssign) { in handleVectorBinOpConversion() argument 979 if (!LVecTy && IsCompAssign) { in handleVectorBinOpConversion() [all …]
|
| H A D | SemaExpr.cpp | 1173 QualType RHSType, bool IsCompAssign) { in handleComplexConversion() argument 1179 /*SkipCast=*/IsCompAssign)) in handleComplexConversion() 1187 /*PromotePrecision=*/!IsCompAssign); in handleComplexConversion() 1228 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument 1238 else if (!IsCompAssign) in handleFloatConversion() 1253 if (!IsCompAssign) in handleFloatConversion() 1264 /*ConvertFloat=*/!IsCompAssign, in handleFloatConversion() 1270 /*ConvertInt=*/!IsCompAssign); in handleFloatConversion() 1321 QualType RHSType, bool IsCompAssign) { in handleIntegerConversion() argument 1331 } else if (!IsCompAssign) in handleIntegerConversion() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaHLSL.h | 140 bool IsCompAssign);
|
| H A D | Sema.h | 7799 SourceLocation Loc, bool IsCompAssign, 7827 SourceLocation Loc, bool IsCompAssign, 7833 bool IsCompAssign); 7835 SourceLocation Loc, bool IsCompAssign); 8058 ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, bool IsCompAssign, 8062 bool IsCompAssign = false); 8071 BinaryOperatorKind Opc, bool IsCompAssign = false);
|