Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp147 cast<CompoundAssignOperator>(B)->getComputationLHSType(); in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1576 SemaRef.CurFPFeatureOverrides(), cop->getComputationLHSType(), in recreateSyntacticForm()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1271 E->getStoredFPFeaturesOrDefault(), E->getComputationLHSType()); in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp3532 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue()
3622 E->getComputationLHSType(), Loc); in EmitCompoundAssignLValue()
4211 LHSTy = CAO->getComputationLHSType(); in EmitFixedPointBinOp()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1371 JOS.attribute("computeLHSType", createQualType(CAO->getComputationLHSType())); in VisitCompoundAssignOperator()
H A DTextNodeDumper.cpp1514 dumpBareType(Node->getComputationLHSType()); in VisitCompoundAssignOperator()
H A DASTImporter.cpp7869 auto ToComputationLHSType = importChecked(Err, E->getComputationLHSType()); in VisitCompoundAssignOperator()
H A DExprConstant.cpp8928 Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(), in VisitCompoundAssignOperator()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp1992 QualType LHSComputationType = E->getComputationLHSType(); in VisitFloatCompoundAssignOperator()
2103 classify(E->getComputationLHSType()); in VisitCompoundAssignOperator()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1081 Record.AddTypeRef(E->getComputationLHSType()); in VisitCompoundAssignOperator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4146 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType() function