|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/CodeGen/CodeGenFunction.h 2645 void EmitBoundsCheck(const Expr *E, const Expr *Base, llvm::Value *Index,
References
tools/clang/lib/CodeGen/CGExpr.cpp 3468 EmitBoundsCheck(E, E->getBase(), Idx, IdxTy, Accessed);
tools/clang/lib/CodeGen/CGExprScalar.cpp 1752 CGF.EmitBoundsCheck(E, E->getBase(), Idx, IdxTy, /*Accessed*/true);
3216 CGF.EmitBoundsCheck(op.E, pointerOperand, index, indexOperand->getType(),