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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp959 void CodeGenFunction::EmitBoundsCheck(const Expr *E, const Expr *Base, function in class:CodeGenFunction
3527 EmitBoundsCheck(E, E->getBase(), Idx, IdxTy, Accessed);
H A DCGExprScalar.cpp1766 CGF.EmitBoundsCheck(E, E->getBase(), Idx, IdxTy, /*Accessed*/true);
3306 CGF.EmitBoundsCheck(op.E, pointerOperand, index, indexOperand->getType(),
H A DCodeGenFunction.h2655 void EmitBoundsCheck(const Expr *E, const Expr *Base, llvm::Value *Index,

Completed in 144 milliseconds