Searched refs:EmitComplexPrePostIncDec (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 168 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre); in VisitPrePostIncDec()
|
D | CGExpr.cpp | 772 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec() function in CodeGenFunction 2266 EmitComplexPrePostIncDec(E, LV, isInc, true/*isPre*/); in EmitUnaryOpLValue()
|
D | CodeGenFunction.h | 2085 ComplexPairTy EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 194 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre); in VisitPrePostIncDec()
|
D | CGExpr.cpp | 1021 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec() function in CodeGenFunction 2920 EmitComplexPrePostIncDec(E, LV, isInc, true/*isPre*/); in EmitUnaryOpLValue()
|
D | CodeGenFunction.h | 2908 ComplexPairTy EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV,
|