Searched refs:EmitBoundsCheckImpl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 1184 EmitBoundsCheckImpl(E, Bound, Index, IndexType, IndexedType, Accessed); in EmitBoundsCheck() 1187 void CodeGenFunction::EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound, in EmitBoundsCheckImpl() function in CodeGenFunction 4280 EmitBoundsCheckImpl(E, Res, Idx, E->getIdx()->getType(), in EmitArraySubscriptExpr()
|
| H A D | CodeGenFunction.h | 3076 void EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound,
|