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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp85 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { function in class:__anon3793::ScalarExprEmitter
86 return CGF.EmitCheckedLValue(E, TCK);
132 Value *V = EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load),
2120 LValue LHSLV = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
2998 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
3008 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
H A DCGExprAgg.cpp581 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(),
878 LValue LHS = CGF.EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store);
H A DCGExpr.cpp917 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { function in class:CodeGenFunction
3045 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess);
3632 LValue LV = EmitCheckedLValue(E->getLHS(), TCK_Store);
H A DCodeGenFunction.h2425 LValue EmitCheckedLValue(const Expr *E, TypeCheckKind TCK);

Completed in 138 milliseconds