Home | History | Annotate | Download | only in AST

Lines Matching refs:MaxLength

9077     uint64_t MaxLength = uint64_t(-1);
9085 MaxLength = N.getExtValue();
9088 if (MaxLength == 0u)
9148 for (; MaxLength; --MaxLength) {
11885 uint64_t MaxLength = uint64_t(-1);
11893 MaxLength = N.getExtValue();
11897 if (MaxLength == 0u)
11952 for (; MaxLength; --MaxLength) {