Home
last modified time | relevance | path

Searched refs:EmitCheckedLValue (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp240 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { in EmitCheckedLValue() function in __anon20de44ed0111::ScalarExprEmitter
241 return CGF.EmitCheckedLValue(E, TCK); in EmitCheckedLValue()
290 Value *V = EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load), in EmitLoadOfLValue()
3083 LValue LHSLV = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in EmitCompoundAssignLValue()
4277 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in VisitBinAssign()
4285 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in VisitBinAssign()
H A DCGExprAgg.cpp708 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(), in VisitCastExpr()
1184 LValue LHS = CGF.EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in VisitBinAssign()
H A DCGExpr.cpp1279 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { in EmitCheckedLValue() function in CodeGenFunction
4252 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess); in EmitMemberExpr()
5179 LValue LV = EmitCheckedLValue(E->getLHS(), TCK_Store); in EmitBinaryOperatorLValue()
H A DCGObjC.cpp3244 CGF.EmitCheckedLValue(e->getLHS(), CodeGenFunction::TCK_Store); in visitBinAssignUnsafeUnretained()
H A DCodeGenFunction.h3776 LValue EmitCheckedLValue(const Expr *E, TypeCheckKind TCK);