Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExpr.cpp3514 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()
HDCGExprScalar.cpp4756 bool SignedIndices, bool IsSubtraction, in EmitCheckedInBoundsGEP() argument
4832 if (SignedIndices) { in EmitCheckedInBoundsGEP()
HDCodeGenFunction.h4098 bool SignedIndices,