Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1235 E->getComputationResultType()); in EmitCompoundAssignLValue()
1237 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp3522 if (E->getComputationResultType()->isAnyComplexType()) in EmitCompoundAssignLValue()
3529 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()
3531 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
4212 ResultTy = CAO->getComputationResultType(); in EmitFixedPointBinOp()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp143 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1577 cop->getComputationResultType()); in recreateSyntacticForm()
H A DSemaChecking.cpp10538 ->getComputationResultType() in AnalyzeCompoundAssignment()
/src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1373 createQualType(CAO->getComputationResultType())); in VisitCompoundAssignOperator()
H A DTextNodeDumper.cpp1516 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
H A DASTImporter.cpp7871 importChecked(Err, E->getComputationResultType()); in VisitCompoundAssignOperator()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1082 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp1993 QualType ResultType = E->getComputationResultType(); in VisitFloatCompoundAssignOperator()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4149 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function