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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp85 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { function in class:__anon1587::ScalarExprEmitter
86 return CGF.EmitCheckedLValue(E, TCK);
132 Value *V = EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load),
2110 LValue LHSLV = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
2992 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
3000 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
H A DCGExprAgg.cpp582 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(),
879 LValue LHS = CGF.EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
H A DCGExpr.cpp943 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { function in class:CodeGenFunction
3254 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess);
3845 LValue LV = EmitCheckedLValue(E->getLHS(), TCK_Store);
H A DCGObjC.cpp2754 CGF.EmitCheckedLValue(e->getLHS(), CodeGenFunction::TCK_Store);
H A DCodeGenFunction.h2607 LValue EmitCheckedLValue(const Expr *E, TypeCheckKind TCK);

Completed in 1066 milliseconds