Searched refs:EmitComplexExprIntoLValue (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 56 CGF.EmitComplexExprIntoLValue(Init, lv, /*isInit*/ true); in EmitDeclInit()
|
| H A D | CGExprComplex.cpp | 1302 void CodeGenFunction::EmitComplexExprIntoLValue(const Expr *E, LValue dest, in EmitComplexExprIntoLValue() function in CodeGenFunction
|
| H A D | CGExprAgg.cpp | 1565 CGF.EmitComplexExprIntoLValue(E, LV, /*isInit*/ true); in EmitInitializationToLValue()
|
| H A D | CGExprCXX.cpp | 970 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType), in StoreAnyExprIntoOneUnit()
|
| H A D | CGStmt.cpp | 1359 EmitComplexExprIntoLValue(RV, MakeAddrLValue(ReturnValue, RV->getType()), in EmitReturnStmt()
|
| H A D | CGClass.cpp | 704 EmitComplexExprIntoLValue(Init, LHS, /*isInit*/ true); in EmitInitializerForField()
|
| H A D | CodeGenFunction.h | 4415 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit);
|
| H A D | CGExpr.cpp | 249 EmitComplexExprIntoLValue(E, MakeAddrLValue(Location, E->getType()), in EmitAnyExprToMem()
|