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

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp161 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre);
H A DCGExpr.cpp675 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, function in class:CodeGenFunction
1978 EmitComplexPrePostIncDec(E, LV, isInc, true/*isPre*/);
H A DCodeGenFunction.h1709 ComplexPairTy EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV,

Completed in 182 milliseconds