Searched refs:EmitComplexExprIntoAddr (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp47 CGF.EmitComplexExprIntoAddr(Init, DeclPtr, lv.isVolatile());
H A DCGClass.cpp452 CGF.EmitComplexExprIntoAddr(Init, LV.getAddress(),
628 EmitComplexExprIntoAddr(Init, LHS.getAddress(), LHS.isVolatileQualified());
H A DCGExprComplex.cpp794 /// EmitComplexExprIntoAddr - Emit the computation of the specified expression
796 void CodeGenFunction::EmitComplexExprIntoAddr(const Expr *E, function in class:CodeGenFunction
H A DCGExprAgg.cpp940 CGF.EmitComplexExprIntoAddr(E, LV.getAddress(), false);
H A DCGExprCXX.cpp815 CGF.EmitComplexExprIntoAddr(Init, NewPtr,
H A DCGStmt.cpp773 EmitComplexExprIntoAddr(RV, ReturnValue, false);
H A DCGExpr.cpp145 EmitComplexExprIntoAddr(E, Location, Quals.hasVolatile());
3040 EmitComplexExprIntoAddr(E->getVal1(), Ptr, E->isVolatile());
H A DCodeGenFunction.h2414 /// EmitComplexExprIntoAddr - Emit the computation of the specified expression
2416 void EmitComplexExprIntoAddr(const Expr *E, llvm::Value *DestAddr,

Completed in 170 milliseconds