Lines Matching refs:lvalue
1326 LValue lvalue)
1327 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, lvalue)) {
2609 void EmitExprAsInit(const Expr *init, const ValueDecl *D, LValue lvalue,
2981 void EmitScalarInit(const Expr *init, const ValueDecl *D, LValue lvalue,
3716 void EmitAtomicInit(Expr *E, LValue lvalue);
3723 RValue EmitAtomicLoad(LValue lvalue, SourceLocation loc,
3727 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
3729 void EmitAtomicStore(RValue rvalue, LValue lvalue, llvm::AtomicOrdering AO,
3779 llvm::Value *EmitLoadOfScalar(LValue lvalue, SourceLocation Loc);
3802 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false);
4228 llvm::Value *EmitARCStoreStrong(LValue lvalue, llvm::Value *value,