Home
last modified time | relevance | path

Searched refs:maxLength (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp388 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 Dnamelist.cpp88 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 Darc-dict-bridged-cast.m20 CFMutableStringRef CFStringCreateMutable(CFAllocatorRef alloc, CFIndex maxLength);
/llvm-project-15.0.7/clang/test/Analysis/
H A Dretain-release.mm106 …ngRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStr…
H A Dretain-release-inline.m83 …ngRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStr…
H A Dretain-release.m133 …ngRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStr…
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp832 NonLoc maxLength = svalBuilder.makeIntVal(*maxLengthInt); in getCStringLengthForRegion() local
834 maxLength, sizeTy); in getCStringLengthForRegion()
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-arc-cf-annotations.m128 …ngRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStr…
H A Dobjcmt-arc-cf-annotations.m.result134 …ngRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStr…