Lines Matching refs:lvalue
1377 LValue lvalue)
1378 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, lvalue)) {
2731 void EmitExprAsInit(const Expr *init, const ValueDecl *D, LValue lvalue,
3122 void EmitScalarInit(const Expr *init, const ValueDecl *D, LValue lvalue,
3893 void EmitAtomicInit(Expr *E, LValue lvalue);
3900 RValue EmitAtomicLoad(LValue lvalue, SourceLocation loc,
3904 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
3906 void EmitAtomicStore(RValue rvalue, LValue lvalue, llvm::AtomicOrdering AO,
3956 llvm::Value *EmitLoadOfScalar(LValue lvalue, SourceLocation Loc);
3979 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false);
4443 llvm::Value *EmitARCStoreStrong(LValue lvalue, llvm::Value *value,