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.cpp1233 EmitBoundsCheckImpl(E, Bound, Index, IndexType, IndexedType, Accessed); in EmitBoundsCheck()
1236 void CodeGenFunction::EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound, in EmitBoundsCheckImpl() function in CodeGenFunction
4456 EmitBoundsCheckImpl(E, Res, Idx, IdxTy, ArrayTy, Accessed); in EmitCountedByBoundsChecking()
H A DCodeGenFunction.h3335 void EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound,