Home
last modified time | relevance | path

Searched refs:EmitBoundsCheckImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1178 EmitBoundsCheckImpl(E, Bound, Index, IndexType, IndexedType, Accessed); in EmitBoundsCheck()
1181 void CodeGenFunction::EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound, in EmitBoundsCheckImpl() function in CodeGenFunction
4322 EmitBoundsCheckImpl(E, Res, Idx, E->getIdx()->getType(), in EmitArraySubscriptExpr()
H A DCodeGenFunction.h3294 void EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound,