Searched refs:maxLength (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | RegisterInfoEmitter.cpp | 388 unsigned maxLength = 0; in EmitRegMappingTables() local 392 maxLength = std::max((size_t)maxLength, RegNums.size()); in EmitRegMappingTables() 397 if (!maxLength) in EmitRegMappingTables() 402 for (unsigned I = DwarfRegNum.second.size(), E = maxLength; I != E; ++I) in EmitRegMappingTables() 411 for (unsigned I = 0, E = maxLength; I != E; ++I) { in EmitRegMappingTables() 475 for (unsigned i = 0, e = maxLength; i != e; ++i) { in EmitRegMappingTables() 513 unsigned maxLength = 0; in EmitRegMapping() local 516 maxLength = std::max((size_t)maxLength, in EmitRegMapping() 520 if (!maxLength) in EmitRegMapping() 536 for (unsigned i = 0, e = maxLength; i != e; ++i) { in EmitRegMapping() [all …]
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | namelist.cpp | 88 IoStatementState &io, char buffer[], std::size_t maxLength) { in GetLowerCaseName() argument 97 } while (++j < maxLength && ch && IsLegalIdChar(*ch)); in GetLowerCaseName() 99 if (j <= maxLength) { in GetLowerCaseName()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | arc-dict-bridged-cast.m | 20 CFMutableStringRef CFStringCreateMutable(CFAllocatorRef alloc, CFIndex maxLength);
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | retain-release.mm | 106 …ngRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStr…
|
| H A D | retain-release-inline.m | 83 …ngRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStr…
|
| H A D | retain-release.m | 133 …ngRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStr…
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 832 NonLoc maxLength = svalBuilder.makeIntVal(*maxLengthInt); in getCStringLengthForRegion() local 834 maxLength, sizeTy); in getCStringLengthForRegion()
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-arc-cf-annotations.m | 128 …ngRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStr…
|
| H A D | objcmt-arc-cf-annotations.m.result | 134 …ngRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStr…
|