Lines Matching refs:lvalue
1465 LValue lvalue)
1466 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, lvalue)) {
2929 void EmitExprAsInit(const Expr *init, const ValueDecl *D, LValue lvalue,
3340 void EmitScalarInit(const Expr *init, const ValueDecl *D, LValue lvalue,
4139 void EmitAtomicInit(Expr *E, LValue lvalue);
4146 RValue EmitAtomicLoad(LValue lvalue, SourceLocation loc,
4150 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
4152 void EmitAtomicStore(RValue rvalue, LValue lvalue, llvm::AtomicOrdering AO,
4202 llvm::Value *EmitLoadOfScalar(LValue lvalue, SourceLocation Loc);
4225 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false);
4741 llvm::Value *EmitARCStoreStrong(LValue lvalue, llvm::Value *value,