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

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

Completed in 352 milliseconds