Searched refs:EmitComplexExprIntoLValue (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 56 CGF.EmitComplexExprIntoLValue(Init, lv, /*isInit*/ true); in EmitDeclInit()
|
| H A D | CGExprComplex.cpp | 1413 void CodeGenFunction::EmitComplexExprIntoLValue(const Expr *E, LValue dest, in EmitComplexExprIntoLValue() function in CodeGenFunction
|
| H A D | CGExprAgg.cpp | 1568 CGF.EmitComplexExprIntoLValue(E, LV, /*isInit*/ true); in EmitInitializationToLValue()
|
| H A D | CGExprCXX.cpp | 974 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType), in StoreAnyExprIntoOneUnit()
|
| H A D | CGStmt.cpp | 1377 EmitComplexExprIntoLValue(RV, MakeAddrLValue(ReturnValue, RV->getType()), in EmitReturnStmt()
|
| H A D | CGClass.cpp | 696 EmitComplexExprIntoLValue(Init, LHS, /*isInit*/ true); in EmitInitializerForField()
|
| H A D | CodeGenFunction.h | 4552 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit);
|
| H A D | CGExpr.cpp | 247 EmitComplexExprIntoLValue(E, MakeAddrLValue(Location, E->getType()), in EmitAnyExprToMem()
|