Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CF

76     K = ObjKind::CF;
247 // Cf. IOService::nameMatching() etc. - these function have an unusual
306 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF),
320 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs,
327 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(DecRef, ObjKind::CF));
335 ScratchArgs = AF.add(ScratchArgs, 2, ArgEffect(DecRef, ObjKind::CF));
356 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs,
405 // For CoreFoundation ('CF') types.
406 if (cocoa::isRefType(RetTy, "CF", FName)) {
438 // For all other CF-style types, use the Create/Get
452 if (FName.startswith("CG") || FName.startswith("CF")) {
485 ArgEffect(DoNothing), ArgEffect(E, ObjKind::CF));
648 K = ObjKind::CF;
730 // Handle: (CF|CG|CV)Retain
740 (cocoa::isRefType(ResultTy, "CF", FName) ||
793 ArgEffect Effect(AE, ObjKind::CF);
842 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF),
848 return getPersistentSummary(RetEffect::MakeNotOwned(ObjKind::CF),
1035 // ObjCMethodDecl currently doesn't consider CF objects as valid return
1038 // many Objective-C methods that return CF objects, right?
1045 ResultEff = RetEffect::MakeOwned(ObjKind::CF);
1048 ResultEff = RetEffect::MakeNotOwned(ObjKind::CF);
1052 ResultEff = RetEffect::MakeNotOwned(ObjKind::CF);
1067 ResultEff = RetEffect::MakeOwned(ObjKind::CF);
1157 // Objective-C method summaries are only applicable to ObjC and CF objects.
1211 getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs);
1268 // 'createCGLayerWithSize'. These objects are CF objects, and are not