Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprComplex.cpp1235 E->getComputationResultType()); in EmitCompoundAssignLValue()
1237 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
HDCGExprScalar.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()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineC.cpp143 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaPseudoObject.cpp1577 cop->getComputationResultType()); in recreateSyntacticForm()
HDSemaChecking.cpp10538 ->getComputationResultType() in AnalyzeCompoundAssignment()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1373 createQualType(CAO->getComputationResultType())); in VisitCompoundAssignOperator()
HDTextNodeDumper.cpp1516 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
HDASTImporter.cpp7871 importChecked(Err, E->getComputationResultType()); in VisitCompoundAssignOperator()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1082 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp1993 QualType ResultType = E->getComputationResultType(); in VisitFloatCompoundAssignOperator()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h4149 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function