Searched refs:CFError (Results 1 – 8 of 8) sorted by relevance
1 .. title:: clang-tidy - clang-analyzer-osx.coreFoundation.CFError5 clang-analyzer-osx.coreFoundation.CFError8 The clang-analyzer-osx.coreFoundation.CFError check is an alias, please see
5 // RUN: -analyzer-checker=osx.coreFoundation.CFError53 …oding standards documented in CoreFoundation/CFError.h the parameter may be null [osx.coreFoundati…77 …oding standards documented in CoreFoundation/CFError.h the parameter may be null [osx.coreFoundati…
108 …a non-void return value to indicate whether or not an error occurred [osx.coreFoundation.CFError]}}110 …oding standards documented in CoreFoundation/CFError.h the parameter may be null [osx.coreFoundati…
430 …er-osx.coreFoundation.CFError <clang-analyzer/osx.coreFoundation.CFError.html>`_, `Clang Static An…
1312 .. _osx-coreFoundation-CFError:1314 osx.coreFoundation.CFError (C)
4248 if (CFError) in isCFError()4249 return CFError == RD; in isCFError()4263 CFError = RD; in isCFError()
1271 def CFErrorChecker : Checker<"CFError">,
13351 RecordDecl *CFError = nullptr; variable