Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineC.cpp147 cast<CompoundAssignOperator>(B)->getComputationLHSType(); in VisitBinaryOperator()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaPseudoObject.cpp1576 SemaRef.CurFPFeatureOverrides(), cop->getComputationLHSType(), in recreateSyntacticForm()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprComplex.cpp1271 E->getStoredFPFeaturesOrDefault(), E->getComputationLHSType()); in EmitCompoundAssignLValue()
HDCGExprScalar.cpp3532 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue()
3622 E->getComputationLHSType(), Loc); in EmitCompoundAssignLValue()
4211 LHSTy = CAO->getComputationLHSType(); in EmitFixedPointBinOp()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1371 JOS.attribute("computeLHSType", createQualType(CAO->getComputationLHSType())); in VisitCompoundAssignOperator()
HDTextNodeDumper.cpp1514 dumpBareType(Node->getComputationLHSType()); in VisitCompoundAssignOperator()
HDASTImporter.cpp7869 auto ToComputationLHSType = importChecked(Err, E->getComputationLHSType()); in VisitCompoundAssignOperator()
HDExprConstant.cpp8928 Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(), in VisitCompoundAssignOperator()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp1992 QualType LHSComputationType = E->getComputationLHSType(); in VisitFloatCompoundAssignOperator()
2103 classify(E->getComputationLHSType()); in VisitCompoundAssignOperator()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1081 Record.AddTypeRef(E->getComputationLHSType()); in VisitCompoundAssignOperator()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h4146 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType() function