Searched refs:EmitComplexExprIntoLValue (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 1544 CGF.EmitComplexExprIntoLValue(E, LV, /*isInit*/ true); in EmitInitializationToLValue()
|
| H A D | CGExprCXX.cpp | 966 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType), in StoreAnyExprIntoOneUnit()
|
| H A D | CGStmt.cpp | 1287 EmitComplexExprIntoLValue(RV, MakeAddrLValue(ReturnValue, RV->getType()), in EmitReturnStmt()
|
| H A D | CGClass.cpp | 702 EmitComplexExprIntoLValue(Init, LHS, /*isInit*/ true); in EmitInitializerForField()
|
| H A D | CodeGenFunction.h | 4337 void EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit);
|
| H A D | CGExpr.cpp | 250 EmitComplexExprIntoLValue(E, MakeAddrLValue(Location, E->getType()), in EmitAnyExprToMem()
|