Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3577 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()