Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp145 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3009 if (E->getComputationResultType()->isAnyComplexType()) in EmitCompoundAssignLValue()
3015 OpInfo.Ty = E->getComputationResultType(); in EmitCompoundAssignLValue()
3102 Result = EmitScalarConversion(Result, E->getComputationResultType(), LHSTy, in EmitCompoundAssignLValue()
3645 ResultTy = CAO->getComputationResultType(); in EmitFixedPointBinOp()
H A DCGExprComplex.cpp914 OpInfo.Ty = E->getComputationResultType(); in EmitCompoundAssignLValue()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1654 cop->getComputationResultType()); in recreateSyntacticForm()
H A DSemaChecking.cpp12222 ->getComputationResultType() in AnalyzeCompoundAssignment()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1232 createQualType(CAO->getComputationResultType())); in VisitCompoundAssignOperator()
H A DTextNodeDumper.cpp1155 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
H A DASTImporter.cpp7200 importChecked(Err, E->getComputationResultType()); in VisitCompoundAssignOperator()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp991 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4080 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function