Searched refs:SignedIndices (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGExpr.cpp | 3514 bool SignedIndices = false; in EmitArraySubscriptExpr() local 3524 SignedIndices |= IdxSigned; in EmitArraySubscriptExpr() 3560 SignedIndices, E->getExprLoc()); in EmitArraySubscriptExpr() 3591 SignedIndices, E->getExprLoc()); in EmitArraySubscriptExpr() 3618 SignedIndices, E->getExprLoc()); in EmitArraySubscriptExpr() 3643 E->getType(), !getLangOpts().isSignedOverflowDefined(), SignedIndices, in EmitArraySubscriptExpr() 3654 SignedIndices, E->getExprLoc(), &ptrType, in EmitArraySubscriptExpr()
|
| HD | CGExprScalar.cpp | 4756 bool SignedIndices, bool IsSubtraction, in EmitCheckedInBoundsGEP() argument 4832 if (SignedIndices) { in EmitCheckedInBoundsGEP()
|
| HD | CodeGenFunction.h | 4098 bool SignedIndices,
|