Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp1056 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()
1058 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp3229 if (E->getComputationResultType()->isAnyComplexType()) in EmitCompoundAssignLValue()
3236 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()
3238 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
3879 ResultTy = CAO->getComputationResultType(); in EmitFixedPointBinOp()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp145 cast<CompoundAssignOperator>(B)->getComputationResultType(); in VisitBinaryOperator()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp1654 cop->getComputationResultType()); in recreateSyntacticForm()
H A DSemaChecking.cpp13592 ->getComputationResultType() in AnalyzeCompoundAssignment()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1271 createQualType(CAO->getComputationResultType())); in VisitCompoundAssignOperator()
H A DTextNodeDumper.cpp1170 dumpBareType(Node->getComputationResultType()); in VisitCompoundAssignOperator()
H A DASTImporter.cpp7466 importChecked(Err, E->getComputationResultType()); in VisitCompoundAssignOperator()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp987 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h4098 QualType getComputationResultType() const { return ComputationResultType; } in getComputationResultType() function