Searched refs:EmitComplexPrePostIncDec (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 194 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre); in VisitPrePostIncDec()
|
H A D | CGExpr.cpp | 1021 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec() function in CodeGenFunction 2929 EmitComplexPrePostIncDec(E, LV, isInc, true/*isPre*/); in EmitUnaryOpLValue()
|
H A D | CodeGenFunction.h | 2957 ComplexPairTy EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV,
|