Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3702 bool SignedIndices = false; in EmitArraySubscriptExpr() local
3712 SignedIndices |= IdxSigned; in EmitArraySubscriptExpr()
3748 SignedIndices, E->getExprLoc()); in EmitArraySubscriptExpr()
3779 SignedIndices, E->getExprLoc()); in EmitArraySubscriptExpr()
3806 SignedIndices, E->getExprLoc()); in EmitArraySubscriptExpr()
3831 E->getType(), !getLangOpts().isSignedOverflowDefined(), SignedIndices, in EmitArraySubscriptExpr()
3842 SignedIndices, E->getExprLoc(), &ptrType, in EmitArraySubscriptExpr()
DCGExprScalar.cpp4850 bool SignedIndices, bool IsSubtraction, in EmitCheckedInBoundsGEP() argument
4926 if (SignedIndices) { in EmitCheckedInBoundsGEP()
DCodeGenFunction.h4421 bool SignedIndices,