Home
last modified time | relevance | path

Searched refs:VisitPlus (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp212 ComplexPairTy VisitPlus(const UnaryOperator *E, QualType PromotionType);
583 ComplexPairTy result = VisitPlus(E, promotionTy); in VisitUnaryPlus()
589 ComplexPairTy ComplexExprEmitter::VisitPlus(const UnaryOperator *E, in VisitPlus() function in ComplexExprEmitter
983 return VisitPlus(UO, PromotionType); in EmitPromoted()
H A DCGExprScalar.cpp628 Value *VisitPlus(const UnaryOperator *E, QualType PromotionType);
2849 Value *result = VisitPlus(E, promotionTy); in VisitUnaryPlus()
2855 Value *ScalarExprEmitter::VisitPlus(const UnaryOperator *E, in VisitPlus() function in ScalarExprEmitter
3191 return VisitPlus(UO, PromotionType); in EmitPromoted()