Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp145 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp2999 if (E->getComputationResultType()->isAnyComplexType()) in EmitCompoundAssignLValue()
3005 OpInfo.Ty = E->getComputationResultType(); in EmitCompoundAssignLValue()
3092 Result = EmitScalarConversion(Result, E->getComputationResultType(), LHSTy, in EmitCompoundAssignLValue()
3632 ResultTy = CAO->getComputationResultType(); in EmitFixedPointBinOp()
H A DCGExprComplex.cpp914 OpInfo.Ty = E->getComputationResultType(); in EmitCompoundAssignLValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1187 createQualType(CAO->getComputationResultType())); in VisitCompoundAssignOperator()
H A DTextNodeDumper.cpp1109 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
H A DASTImporter.cpp7071 importChecked(Err, E->getComputationResultType()); in VisitCompoundAssignOperator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp1654 cop->getComputationResultType()); in recreateSyntacticForm()
H A DSemaChecking.cpp11949 ->getComputationResultType() in AnalyzeCompoundAssignment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp980 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4013 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function