Searched refs:signedIndices (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 3577 bool signedIndices, in emitArraySubscriptGEP() argument 3581 return CGF.EmitCheckedInBoundsGEP(ptr, indices, signedIndices, in emitArraySubscriptGEP() 3652 bool signedIndices, SourceLocation loc, in emitArraySubscriptGEP() argument 3679 CGF, addr.getPointer(), indices, inbounds, signedIndices, in emitArraySubscriptGEP()
|