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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp257 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { function in class:__anon366::ScalarExprEmitter
258 return CGF.EmitCheckedLValue(E, TCK);
307 Value *V = EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load),
2918 LValue LHSLV = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
4012 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
4020 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
H A DCGExprAgg.cpp687 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(),
1148 LValue LHS = CGF.EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
H A DCGExpr.cpp1210 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { function in class:CodeGenFunction
3942 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess);
4725 LValue LV = EmitCheckedLValue(E->getLHS(), TCK_Store);
H A DCGObjC.cpp3079 CGF.EmitCheckedLValue(e->getLHS(), CodeGenFunction::TCK_Store);
H A DCodeGenFunction.h3383 LValue EmitCheckedLValue(const Expr *E, TypeCheckKind TCK);

Completed in 204 milliseconds