Home
last modified time | relevance | path

Searched refs:EmitComplexPrePostIncDec (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp203 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre); in VisitPrePostIncDec()
H A DCGExpr.cpp1206 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec() function in CodeGenFunction
3252 EmitComplexPrePostIncDec(E, LV, isInc, true/*isPre*/); in EmitUnaryOpLValue()
H A DCodeGenFunction.h3316 ComplexPairTy EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV,