Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitCheckedLValue

84   LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) {
85 return CGF.EmitCheckedLValue(E, TCK);
98 return EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load),
2010 LValue LHSLV = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
2841 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
2851 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);