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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp551 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(),
842 LValue LHS = CGF.EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
H A DCGExprScalar.cpp84 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { function in class:__anon3094::ScalarExprEmitter
85 return CGF.EmitCheckedLValue(E, TCK);
98 return EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load),
2001 LValue LHSLV = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
2830 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
2840 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
H A DCGExpr.cpp744 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { function in class:CodeGenFunction
2442 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess);
2988 LValue LV = EmitCheckedLValue(E->getLHS(), TCK_Store);
H A DCodeGenFunction.h1895 LValue EmitCheckedLValue(const Expr *E, TypeCheckKind TCK);

Completed in 189 milliseconds