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.cpp3943 bool signedIndices, in emitArraySubscriptGEP() argument
3947 return CGF.EmitCheckedInBoundsGEP(elemType, ptr, indices, signedIndices, in emitArraySubscriptGEP()
3958 bool signedIndices, SourceLocation loc, in emitArraySubscriptGEP() argument
3962 return CGF.EmitCheckedInBoundsGEP(addr, indices, elementType, signedIndices, in emitArraySubscriptGEP()
4060 bool signedIndices, SourceLocation loc, in emitArraySubscriptGEP() argument
4091 signedIndices, loc, eltAlign, name); in emitArraySubscriptGEP()