Searched refs:EmitComplexExprIntoLValue (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 55 CGF.EmitComplexExprIntoLValue(Init, lv, /*isInit*/ true); in EmitDeclInit()
|
H A D | CGExprComplex.cpp | 1129 void CodeGenFunction::EmitComplexExprIntoLValue(const Expr *E, LValue dest, in EmitComplexExprIntoLValue() function in CodeGenFunction
|
H A D | CGExprAgg.cpp | 1540 CGF.EmitComplexExprIntoLValue(E, LV, /*isInit*/ true); in EmitInitializationToLValue()
|
H A D | CGExprCXX.cpp | 963 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType), in StoreAnyExprIntoOneUnit()
|
H A D | CGStmt.cpp | 1249 EmitComplexExprIntoLValue(RV, MakeAddrLValue(ReturnValue, RV->getType()), in EmitReturnStmt()
|
H A D | CGClass.cpp | 705 EmitComplexExprIntoLValue(Init, LHS, /*isInit*/ true); in EmitInitializerForField()
|
H A D | CodeGenFunction.h | 4336 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit);
|
H A D | CGExpr.cpp | 250 EmitComplexExprIntoLValue(E, MakeAddrLValue(Location, E->getType()), in EmitAnyExprToMem()
|