Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp240 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { in EmitCheckedLValue() function in __anonb4bd95340111::ScalarExprEmitter
241 return CGF.EmitCheckedLValue(E, TCK); in EmitCheckedLValue()
289 Value *V = EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load), in EmitLoadOfLValue()
3250 LValue LHSLV = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in EmitCompoundAssignLValue()
4448 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in VisitBinAssign()
4456 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in VisitBinAssign()
H A DCGExprAgg.cpp726 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(), in VisitCastExpr()
1202 LValue LHS = CGF.EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in VisitBinAssign()
H A DCGExpr.cpp1237 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { in EmitCheckedLValue() function in CodeGenFunction
4228 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess); in EmitMemberExpr()
5157 LValue LV = EmitCheckedLValue(E->getLHS(), TCK_Store); in EmitBinaryOperatorLValue()
H A DCGObjC.cpp3297 CGF.EmitCheckedLValue(e->getLHS(), CodeGenFunction::TCK_Store); in visitBinAssignUnsafeUnretained()
H A DCodeGenFunction.h3779 LValue EmitCheckedLValue(const Expr *E, TypeCheckKind TCK);