Searched refs:EmitBoundsCheck (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 1159 CGF.EmitBoundsCheck(E, E->getBase(), Idx, IdxTy, /*Accessed*/true); in VisitArraySubscriptExpr() 2458 CGF.EmitBoundsCheck(op.E, pointerOperand, index, indexOperand->getType(), in emitPointerArithmetic()
|
D | CGExpr.cpp | 718 void CodeGenFunction::EmitBoundsCheck(const Expr *E, const Expr *Base, in EmitBoundsCheck() function in CodeGenFunction 2708 EmitBoundsCheck(E, E->getBase(), Idx, IdxTy, Accessed); in EmitArraySubscriptExpr()
|
D | CodeGenFunction.h | 1951 void EmitBoundsCheck(const Expr *E, const Expr *Base, llvm::Value *Index,
|