Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4169 bool signedIndices, in emitArraySubscriptGEP() argument
4173 return CGF.EmitCheckedInBoundsGEP(elemType, ptr, indices, signedIndices, in emitArraySubscriptGEP()
4184 bool signedIndices, SourceLocation loc, in emitArraySubscriptGEP() argument
4188 return CGF.EmitCheckedInBoundsGEP(addr, indices, elementType, signedIndices, in emitArraySubscriptGEP()
4286 bool signedIndices, SourceLocation loc, in emitArraySubscriptGEP() argument
4317 signedIndices, loc, eltAlign, name); in emitArraySubscriptGEP()