Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp806 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
H A DASTImporter.cpp6549 E->getComputationResultType(), E->getOperatorLoc()); in VisitCompoundAssignOperator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp142 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp887 OpInfo.Ty = E->getComputationResultType(); in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp2799 if (E->getComputationResultType()->isAnyComplexType()) in EmitCompoundAssignLValue()
2805 OpInfo.Ty = E->getComputationResultType(); in EmitCompoundAssignLValue()
2880 Result = EmitScalarConversion(Result, E->getComputationResultType(), LHSTy, in EmitCompoundAssignLValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp1663 cop->getComputationResultType(), in recreateSyntacticForm()
H A DSemaChecking.cpp10619 ->getComputationResultType() in AnalyzeCompoundAssignment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp744 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3535 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function