Searched refs:getComputationResultType (Results 1 – 11 of 11) sorted by relevance
1167 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()1169 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
3248 if (E->getComputationResultType()->isAnyComplexType()) in EmitCompoundAssignLValue()3255 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()3257 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()3924 ResultTy = CAO->getComputationResultType(); in EmitFixedPointBinOp()
1227 QualType ResultType = E->getComputationResultType(); in VisitFloatCompoundAssignOperator()1337 std::optional<PrimType> RT = classify(E->getComputationResultType()); in VisitCompoundAssignOperator()
143 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
1660 cop->getComputationResultType()); in recreateSyntacticForm()
15333 ->getComputationResultType() in AnalyzeCompoundAssignment()
1338 createQualType(CAO->getComputationResultType())); in VisitCompoundAssignOperator()
1293 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
7769 importChecked(Err, E->getComputationResultType()); in VisitCompoundAssignOperator()
1082 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
4096 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function