Home
last modified time | relevance | path

Searched refs:EmitBoundsCheck (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp1988 CGF.EmitBoundsCheck(E, E->getBase(), Idx, IdxTy, /*Accessed*/true); in VisitArraySubscriptExpr()
3960 CGF.EmitBoundsCheck(op.E, pointerOperand, index, indexOperand->getType(), in emitPointerArithmetic()
HDCGExpr.cpp1167 void CodeGenFunction::EmitBoundsCheck(const Expr *E, const Expr *Base, in EmitBoundsCheck() function in CodeGenFunction
4181 EmitBoundsCheck(E, E->getBase(), Idx, IdxTy, Accessed); in EmitArraySubscriptExpr()
HDCodeGenFunction.h3292 void EmitBoundsCheck(const Expr *E, const Expr *Base, llvm::Value *Index,