Home
last modified time | relevance | path

Searched refs:CFIndex (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Analysis/
H A DCFContainers.mm9 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 Dcfref_PR2519.c6 typedef signed long CFIndex; typedef
20 …Create(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const …
22 typedef CFIndex CFNumberType;
H A DCFNumber.c3 typedef signed long CFIndex; typedef
14 typedef CFIndex CFNumberType;
H A Dretaincountchecker-compoundregion.m13 typedef signed long CFIndex; typedef
14 typedef CFIndex CFNumberType;
H A Dretain-release.mm43 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 Dretain-release-inline.m22 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 Dplist-output-alternate.m46 typedef signed long CFIndex; typedef
47 typedef CFIndex CFNumberType;
/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableArray.h26 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 DCFCMutableArray.cpp33 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 DCFCMutableDictionary.h24 CFIndex GetCount() const;
25 CFIndex GetCountOfKey(const void *value) const;
26 CFIndex GetCountOfValue(const void *value) const;
H A DCFCMutableSet.h24 CFIndex GetCount() const;
25 CFIndex GetCountOfValue(const void *value) const;
H A DCFCString.cpp92 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 DCFCData.cpp29 CFIndex CFCData::GetLength() const { in GetLength()
50 CFIndex len = in Serialize()
H A DCFCMutableSet.cpp29 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 Dos_version_check.c51 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 Dobjcmt-ns-returns-inner-pointer.m47 typedef signed long CFIndex; /*AnyObj*/ typedef
50 CFIndex location;
51 CFIndex length;
56 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
H A Dobjcmt-migrate-all.m48 typedef signed long CFIndex; /*AnyObj*/ typedef
51 CFIndex location;
52 CFIndex length;
57 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
H A Dobjcmt-migrate-all.m.result48 typedef signed long CFIndex; /*AnyObj*/
51 CFIndex location;
52 CFIndex length;
57 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
H A Dobjcmt-ns-returns-inner-pointer.m.result47 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 DCFString.cpp96 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 Dsystem-header-simulator-objc.h11 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 Dfixit-format-darwin.m11 typedef long CFIndex; typedef
15 typedef int CFIndex; typedef
19 CFIndex getCFIndex(void);
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-cf-audited-warning.m11 typedef signed long long CFIndex; typedef
18 …mFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFIndex bufLen, Boolean i…
H A Darc-dict-bridged-cast.m7 typedef signed long CFIndex; typedef
20 CFMutableStringRef CFStringCreateMutable(CFAllocatorRef alloc, CFIndex maxLength);
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBServices.cpp147 CFIndex count = sbsAppIDs.get() ? ::CFArrayGetCount(sbsAppIDs.get()) : 0; in ListApplications()
148 CFIndex i = 0; in ListApplications()
216 CFIndex size = ::CFDataGetLength(plistData.get()); in ListApplications()

12