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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp638 void CodeGenFunction::EmitBoundsCheck(const Expr *E, const Expr *Base, function in class:CodeGenFunction
2219 EmitBoundsCheck(E, E->getBase(), Idx, IdxTy, Accessed);
H A DCGExprScalar.cpp999 CGF.EmitBoundsCheck(E, E->getBase(), Idx, IdxTy, /*Accessed*/true);
2234 CGF.EmitBoundsCheck(op.E, pointerOperand, index, indexOperand->getType(),
H A DCodeGenFunction.h1665 void EmitBoundsCheck(const Expr *E, const Expr *Base, llvm::Value *Index,

Completed in 761 milliseconds