Home
last modified time | relevance | path

Searched refs:CFSetRef (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Analysis/
DCFContainers-invalid.c7 typedef const struct __CFSet * CFSetRef; typedef
14 CFSetRef CFSetCreate(CFAllocatorRef);
DCFContainers.mm79 typedef const struct __CFSet * CFSetRef; typedef
92 CFSetRef CFSetCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFSetC…
106CFSetRef set = CFSetCreate(NULL, (const void **)x, 3, &kCFTypeSetCallBacks); // expected-warning {…
108CFSetRef fSet = CFSetCreate(kCFAllocatorDefault, (const void**) pairs, count - 1, &kCFTypeSetCallB…
/external/webkit/Source/JavaScriptGlue/
DUserObjectImp.cpp260 if (CFSetGetCount((CFSetRef)cfValue)) in toBoolean()
/external/webkit/Source/WebCore/platform/network/mac/
DWebCoreURLResponse.mm44 static CFSetRef createBinaryExtensionsSet()
526 static CFSetRef binaryExtensions = createBinaryExtensionsSet();
/external/webkit/Source/WebKit/mac/Plugins/
DWebPluginController.mm320 CFSetApplyFunction((CFSetRef)_checksInProgress, cancelOutstandingCheck, NULL);