Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1167 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()
1169 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp3248 if (E->getComputationResultType()->isAnyComplexType()) in EmitCompoundAssignLValue()
3255 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()
3257 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
3924 ResultTy = CAO->getComputationResultType(); in EmitFixedPointBinOp()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1227 QualType ResultType = E->getComputationResultType(); in VisitFloatCompoundAssignOperator()
1337 std::optional<PrimType> RT = classify(E->getComputationResultType()); in VisitCompoundAssignOperator()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp143 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1660 cop->getComputationResultType()); in recreateSyntacticForm()
H A DSemaChecking.cpp15333 ->getComputationResultType() in AnalyzeCompoundAssignment()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1338 createQualType(CAO->getComputationResultType())); in VisitCompoundAssignOperator()
H A DTextNodeDumper.cpp1293 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
H A DASTImporter.cpp7769 importChecked(Err, E->getComputationResultType()); in VisitCompoundAssignOperator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1082 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4096 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function