Searched refs:SignedIndices (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 4168 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 D | CGExprScalar.cpp | 5722 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 D | CodeGenFunction.h | 5049 bool SignedIndices, 5055 llvm::Type *elementType, bool SignedIndices,
|