HomeSort by relevance Sort by last modified time
    Searched full:cfautorelease (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 526 // CFRetain/CFRelease/CFMakeCollectable/CFAutorelease checking for null arguments.
558 Autorelease = &Ctx.Idents.get("CFAutorelease");
563 // Check if we called CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
604 description = "Null pointer argument in call to CFAutorelease";
    [all...]
RetainCountChecker.cpp 621 enum UnaryFuncKind { cfretain, cfrelease, cfautorelease, cfmakecollectable }; enumerator in enum:__anon22042::RetainSummaryManager::UnaryFuncKind
    [all...]
  /external/clang/test/ARCMT/
objcmt-arc-cf-annotations.m 531 // Test when we pass NULL to CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
547 CFAutorelease(p);
554 // Test that an object is non-null after CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
573 CFAutorelease(p);
575 CFAutorelease(0); // no-warning
    [all...]
objcmt-arc-cf-annotations.m.result 573 // Test when we pass NULL to CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
589 CFAutorelease(p);
596 // Test that an object is non-null after CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
615 CFAutorelease(p);
617 CFAutorelease(0); // no-warning
    [all...]
  /external/clang/test/Analysis/
retain-release.m 70 extern CFTypeRef CFAutorelease(CFTypeRef CF_CONSUMED cf);
526 // Test when we pass NULL to CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
542 CFAutorelease(p); // expected-warning{{Null pointer argument in call to CFAutorelease}}
549 // Test that an object is non-null after CFRetain/CFRelease/CFMakeCollectable/CFAutorelease.
568 CFAutorelease(p);
570 CFAutorelease(0); // no-warning
    [all...]
retain-release-path-notes.m 37 CFTypeRef CFAutorelease(CFTypeRef __attribute__((cf_consumed)));
248 CFAutorelease(object); // expected-note{{Object autoreleased}}
249 CFAutorelease(object); // expected-note{{Object autoreleased}}
255 CFAutorelease(object); // expected-note{{Object autoreleased}}
261 CFAutorelease(object); // expected-note{{Object autoreleased}}
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/bin/
clang 
clang++ 

Completed in 656 milliseconds