Searched refs:getComputationResultType (Results 1 – 10 of 10) sorted by relevance
1056 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()1058 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
3229 if (E->getComputationResultType()->isAnyComplexType()) in EmitCompoundAssignLValue()3236 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()3238 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()3879 ResultTy = CAO->getComputationResultType(); in EmitFixedPointBinOp()
145 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
1654 cop->getComputationResultType()); in recreateSyntacticForm()
13592 ->getComputationResultType() in AnalyzeCompoundAssignment()
1271 createQualType(CAO->getComputationResultType())); in VisitCompoundAssignOperator()
1170 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
7466 importChecked(Err, E->getComputationResultType()); in VisitCompoundAssignOperator()
987 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
4098 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function