Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp144 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp3072 if (E->getComputationResultType()->isAnyComplexType()) in EmitCompoundAssignLValue()
3078 OpInfo.Ty = E->getComputationResultType(); in EmitCompoundAssignLValue()
3165 Result = EmitScalarConversion(Result, E->getComputationResultType(), LHSTy, in EmitCompoundAssignLValue()
3708 ResultTy = CAO->getComputationResultType(); in EmitFixedPointBinOp()
H A DCGExprComplex.cpp914 OpInfo.Ty = E->getComputationResultType(); in EmitCompoundAssignLValue()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp1654 cop->getComputationResultType()); in recreateSyntacticForm()
H A DSemaChecking.cpp13261 ->getComputationResultType() in AnalyzeCompoundAssignment()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1239 createQualType(CAO->getComputationResultType())); in VisitCompoundAssignOperator()
H A DTextNodeDumper.cpp1170 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
H A DASTImporter.cpp7330 importChecked(Err, E->getComputationResultType()); in VisitCompoundAssignOperator()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp989 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h4091 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function