Searched refs:getComputationResultType (Results 1 – 11 of 11) sorted by relevance
1235 E->getComputationResultType()); in EmitCompoundAssignLValue()1237 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
3522 if (E->getComputationResultType()->isAnyComplexType()) in EmitCompoundAssignLValue()3529 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()3531 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()4212 ResultTy = CAO->getComputationResultType(); in EmitFixedPointBinOp()
143 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
1577 cop->getComputationResultType()); in recreateSyntacticForm()
10538 ->getComputationResultType() in AnalyzeCompoundAssignment()
1373 createQualType(CAO->getComputationResultType())); in VisitCompoundAssignOperator()
1516 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
7871 importChecked(Err, E->getComputationResultType()); in VisitCompoundAssignOperator()
1082 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
1993 QualType ResultType = E->getComputationResultType(); in VisitFloatCompoundAssignOperator()
4149 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function