Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4168 bool SignedIndices = false; in EmitArraySubscriptExpr() local
4178 SignedIndices |= IdxSigned; in EmitArraySubscriptExpr()
4213 SignedIndices, E->getExprLoc()); in EmitArraySubscriptExpr()
4244 SignedIndices, E->getExprLoc()); in EmitArraySubscriptExpr()
4270 ScaledIdx, false, SignedIndices, E->getExprLoc()); in EmitArraySubscriptExpr()
4333 E->getType(), !getLangOpts().isSignedOverflowDefined(), SignedIndices, in EmitArraySubscriptExpr()
4344 SignedIndices, E->getExprLoc(), &ptrType, in EmitArraySubscriptExpr()
H A DCGExprScalar.cpp5722 bool SignedIndices, bool IsSubtraction, in EmitCheckedInBoundsGEP() argument
5797 if (SignedIndices) { in EmitCheckedInBoundsGEP()
5838 bool SignedIndices, bool IsSubtraction, SourceLocation Loc, CharUnits Align, in EmitCheckedInBoundsGEP() argument
5845 IdxList, SignedIndices, IsSubtraction, Loc, Name), in EmitCheckedInBoundsGEP()
H A DCodeGenFunction.h5049 bool SignedIndices,
5055 llvm::Type *elementType, bool SignedIndices,