Searched refs:getComputationResultType (Results 1 – 12 of 12) sorted by relevance
1063 if (e->getComputationResultType()->isAnyComplexType()) { in emitCompoundAssignLValue()1071 QualType promotionTypeCR = getPromotionType(e->getComputationResultType()); in emitCompoundAssignLValue()1073 promotionTypeCR = e->getComputationResultType(); in emitCompoundAssignLValue()
1239 E->getComputationResultType(), IsComplexDivisor); in EmitCompoundAssignLValue()1241 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
3793 if (E->getComputationResultType()->isAnyComplexType()) in EmitCompoundAssignLValue()3800 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()3802 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()4517 ResultTy = CAO->getComputationResultType(); in EmitFixedPointBinOp()
146 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
1575 cop->getComputationResultType()); in recreateSyntacticForm()
11812 ->getComputationResultType() in AnalyzeCompoundAssignment()
1387 createQualType(CAO->getComputationResultType())); in VisitCompoundAssignOperator()
1669 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
8219 importChecked(Err, E->getComputationResultType()); in VisitCompoundAssignOperator()
1101 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
4265 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function
2573 QualType ResultType = E->getComputationResultType(); in VisitFloatCompoundAssignOperator()