Home
last modified time | relevance | path

Searched refs:MemoryCoreFoundationObjectiveC (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp17 const char * const MemoryCoreFoundationObjectiveC = variable
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h19 extern const char * const MemoryCoreFoundationObjectiveC;
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp762 categories::MemoryCoreFoundationObjectiveC)); in ObjCDeallocChecker()
766 categories::MemoryCoreFoundationObjectiveC)); in ObjCDeallocChecker()
770 categories::MemoryCoreFoundationObjectiveC)); in ObjCDeallocChecker()
H A DRetainCountChecker.cpp1661 : BugType(checker, name, categories::MemoryCoreFoundationObjectiveC) {} in CFRefBug()