Searched refs:SignedIndices (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 4466 bool SignedIndices = false; in EmitArraySubscriptExpr() local 4476 SignedIndices |= IdxSigned; in EmitArraySubscriptExpr() 4511 SignedIndices, E->getExprLoc()); in EmitArraySubscriptExpr() 4542 SignedIndices, E->getExprLoc()); in EmitArraySubscriptExpr() 4568 ScaledIdx, false, SignedIndices, E->getExprLoc()); in EmitArraySubscriptExpr() 4595 E->getType(), !getLangOpts().PointerOverflowDefined, SignedIndices, in EmitArraySubscriptExpr() 4632 SignedIndices, E->getExprLoc(), &ptrType, in EmitArraySubscriptExpr()
|
| H A D | CGExprScalar.cpp | 6056 bool SignedIndices, bool IsSubtraction, in EmitCheckedInBoundsGEP() argument 6061 if (!SignedIndices && !IsSubtraction) in EmitCheckedInBoundsGEP() 6132 if (SignedIndices) { in EmitCheckedInBoundsGEP() 6173 bool SignedIndices, bool IsSubtraction, SourceLocation Loc, CharUnits Align, in EmitCheckedInBoundsGEP() argument 6177 if (!SignedIndices && !IsSubtraction) in EmitCheckedInBoundsGEP() 6185 IdxList, SignedIndices, IsSubtraction, Loc, Name), in EmitCheckedInBoundsGEP()
|
| H A D | CodeGenFunction.h | 5231 bool SignedIndices, bool IsSubtraction, 5236 llvm::Type *elementType, bool SignedIndices,
|