Searched refs:EmitComplexExprIntoLValue (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 57 CGF.EmitComplexExprIntoLValue(Init, lv, /*isInit*/ true); in EmitDeclInit()
|
| H A D | CGExprComplex.cpp | 1497 void CodeGenFunction::EmitComplexExprIntoLValue(const Expr *E, LValue dest, in EmitComplexExprIntoLValue() function in CodeGenFunction
|
| H A D | CGExprCXX.cpp | 982 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType), in StoreAnyExprIntoOneUnit()
|
| H A D | CGClass.cpp | 701 EmitComplexExprIntoLValue(Init, LHS, /*isInit*/ true); in EmitInitializerForField()
|
| H A D | CGStmt.cpp | 1703 EmitComplexExprIntoLValue(RV, MakeAddrLValue(ReturnValue, RV->getType()), in EmitReturnStmt()
|
| H A D | CGExpr.cpp | 280 EmitComplexExprIntoLValue(E, MakeAddrLValue(Location, E->getType()), in EmitAnyExprToMem() 308 EmitComplexExprIntoLValue(E, LV, /*isInit*/ true); in EmitInitializationToLValue()
|
| H A D | CodeGenFunction.h | 5038 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit);
|