Searched refs:EmitComplexPrePostIncDec (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGExprComplex.cpp | 203 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre); in VisitPrePostIncDec()
|
| HD | CGExpr.cpp | 1206 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec() function in CodeGenFunction 3252 EmitComplexPrePostIncDec(E, LV, isInc, true/*isPre*/); in EmitUnaryOpLValue()
|
| HD | CodeGenFunction.h | 3316 ComplexPairTy EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV,
|