Home
last modified time | relevance | path

Searched refs:getComputationResultType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1063 if (e->getComputationResultType()->isAnyComplexType()) { in emitCompoundAssignLValue()
1071 QualType promotionTypeCR = getPromotionType(e->getComputationResultType()); in emitCompoundAssignLValue()
1073 promotionTypeCR = e->getComputationResultType(); in emitCompoundAssignLValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1239 E->getComputationResultType(), IsComplexDivisor); in EmitCompoundAssignLValue()
1241 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp3793 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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp146 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1575 cop->getComputationResultType()); in recreateSyntacticForm()
H A DSemaChecking.cpp11812 ->getComputationResultType() in AnalyzeCompoundAssignment()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1387 createQualType(CAO->getComputationResultType())); in VisitCompoundAssignOperator()
H A DTextNodeDumper.cpp1669 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
H A DASTImporter.cpp8219 importChecked(Err, E->getComputationResultType()); in VisitCompoundAssignOperator()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1101 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4265 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp2573 QualType ResultType = E->getComputationResultType(); in VisitFloatCompoundAssignOperator()