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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp190 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre);
H A DCGExpr.cpp988 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, function in class:CodeGenFunction
2754 EmitComplexPrePostIncDec(E, LV, isInc, true/*isPre*/);
H A DCodeGenFunction.h2660 ComplexPairTy EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV,

Completed in 271 milliseconds