Searched refs:EmitBoundsCheckImpl (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 1233 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 D | CodeGenFunction.h | 3335 void EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound,
|