| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | CFContainers.mm | 9 typedef signed long CFIndex; typedef 17 CFIndex version; 46 typedef CFIndex CFNumberType; 48 typedef CFIndex CFComparisonResult; 60 CFIndex version; 67 CFIndex version; 74 CFIndex version; 91 CFIndex CFArrayGetCount(CFArrayRef theArray); 123 CFIndex numValues = 6; 163 CFIndex sIndex; [all …]
|
| H A D | cfref_PR2519.c | 6 typedef signed long CFIndex; typedef 20 …Create(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const … 22 typedef CFIndex CFNumberType;
|
| H A D | CFNumber.c | 3 typedef signed long CFIndex; typedef 14 typedef CFIndex CFNumberType;
|
| H A D | retaincountchecker-compoundregion.m | 13 typedef signed long CFIndex; typedef 14 typedef CFIndex CFNumberType;
|
| H A D | retain-release.mm | 43 typedef signed long CFIndex; typedef 45 CFIndex location; 46 CFIndex length; 48 static __inline__ __attribute__((always_inline)) CFRange CFRangeMake(CFIndex loc, CFIndex len) { 66 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA… 68 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CF… 69 extern const void *CFArrayGetValueAtIndex(CFArrayRef theArray, CFIndex idx); 81 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 100 typedef CFIndex CFNumberType; 106 …butedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttr…
|
| H A D | retain-release-inline.m | 22 typedef signed long CFIndex; typedef 23 typedef CFIndex CFByteOrder; 25 CFIndex location; 26 CFIndex length; 28 static __inline__ __attribute__((always_inline)) CFRange CFRangeMake(CFIndex loc, CFIndex len) { 46 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA… 47 extern const void *CFArrayGetValueAtIndex(CFArrayRef theArray, CFIndex idx); 59 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 77 typedef CFIndex CFNumberType; 83 …butedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttr…
|
| H A D | plist-output-alternate.m | 46 typedef signed long CFIndex; typedef 47 typedef CFIndex CFNumberType;
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/ |
| H A D | CFCMutableArray.h | 26 CFIndex GetCount() const; 27 CFIndex GetCountOfValue(const void *value) const; 28 CFIndex GetCountOfValue(CFRange range, const void *value) const; 29 const void *GetValueAtIndex(CFIndex idx) const; 30 bool SetValueAtIndex(CFIndex idx, const void *value);
|
| H A D | CFCMutableArray.cpp | 33 CFIndex CFCMutableArray::GetCount() const { in GetCount() 40 CFIndex CFCMutableArray::GetCountOfValue(CFRange range, in GetCountOfValue() 48 CFIndex CFCMutableArray::GetCountOfValue(const void *value) const { in GetCountOfValue() 55 const void *CFCMutableArray::GetValueAtIndex(CFIndex idx) const { in GetValueAtIndex() 58 const CFIndex num_array_items = ::CFArrayGetCount(array); in GetValueAtIndex() 66 bool CFCMutableArray::SetValueAtIndex(CFIndex idx, const void *value) { in SetValueAtIndex() 69 const CFIndex num_array_items = ::CFArrayGetCount(array); in SetValueAtIndex()
|
| H A D | CFCMutableDictionary.h | 24 CFIndex GetCount() const; 25 CFIndex GetCountOfKey(const void *value) const; 26 CFIndex GetCountOfValue(const void *value) const;
|
| H A D | CFCMutableSet.h | 24 CFIndex GetCount() const; 25 CFIndex GetCountOfValue(const void *value) const;
|
| H A D | CFCString.cpp | 92 CFIndex max_utf8_str_len = CFStringGetLength(cf_str); in UTF8() 129 CFIndex max_length = in FileSystemRepresentation() 146 CFIndex CFCString::GetLength() const { in GetLength()
|
| H A D | CFCData.cpp | 29 CFIndex CFCData::GetLength() const { in GetLength() 50 CFIndex len = in Serialize()
|
| H A D | CFCMutableSet.cpp | 29 CFIndex CFCMutableSet::GetCount() const { in GetCount() 36 CFIndex CFCMutableSet::GetCountOfValue(const void *value) const { in GetCountOfValue()
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | os_version_check.c | 51 typedef signed long long CFIndex; typedef 55 typedef signed long CFIndex; typedef 60 typedef CFIndex CFPropertyListFormat; 70 const UInt8 *, CFIndex, 85 typedef Boolean (*CFStringGetCStringFuncTy)(CFStringRef, char *, CFIndex, 196 NULL, PListBuf, (CFIndex)NumRead, AllocatorNull); in _initializeAvailabilityCheck()
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-ns-returns-inner-pointer.m | 47 typedef signed long CFIndex; /*AnyObj*/ typedef 50 CFIndex location; 51 CFIndex length; 56 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
|
| H A D | objcmt-migrate-all.m | 48 typedef signed long CFIndex; /*AnyObj*/ typedef 51 CFIndex location; 52 CFIndex length; 57 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
|
| H A D | objcmt-migrate-all.m.result | 48 typedef signed long CFIndex; /*AnyObj*/ 51 CFIndex location; 52 CFIndex length; 57 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
|
| H A D | objcmt-ns-returns-inner-pointer.m.result | 47 typedef signed long CFIndex; /*AnyObj*/ 50 CFIndex location; 51 CFIndex length; 56 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | CFString.cpp | 96 CFIndex max_utf8_str_len = CFStringGetLength(cf_str); in UTF8() 121 CFIndex max_length = in FileSystemRepresentation() 138 CFIndex CFString::GetLength() const { in GetLength()
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-objc.h | 11 typedef signed long CFIndex; typedef 136 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 142 …hExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity…
|
| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | fixit-format-darwin.m | 11 typedef long CFIndex; typedef 15 typedef int CFIndex; typedef 19 CFIndex getCFIndex(void);
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | objc-cf-audited-warning.m | 11 typedef signed long long CFIndex; typedef 18 …mFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFIndex bufLen, Boolean i…
|
| H A D | arc-dict-bridged-cast.m | 7 typedef signed long CFIndex; typedef 20 CFMutableStringRef CFStringCreateMutable(CFAllocatorRef alloc, CFIndex maxLength);
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBServices.cpp | 147 CFIndex count = sbsAppIDs.get() ? ::CFArrayGetCount(sbsAppIDs.get()) : 0; in ListApplications() 148 CFIndex i = 0; in ListApplications() 216 CFIndex size = ::CFDataGetLength(plistData.get()); in ListApplications()
|