reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExpr.cpp
 3680       if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) {
 3680       if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) {
 3682         LowerBound = nullptr;
 3686       else if (!LowerBound)
 3689       if (Length || LowerBound) {
 3691             LowerBound
 3693                       EmitScalarExpr(LowerBound), IntPtrTy,
 3694                       LowerBound->getType()->hasSignedIntegerRepresentation())
 3705         if (Length && LowerBound) {