Home
last modified time | relevance | path

Searched refs:CFError (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/
H A Dosx.coreFoundation.CFError.rst1 .. title:: clang-tidy - clang-analyzer-osx.coreFoundation.CFError
5 clang-analyzer-osx.coreFoundation.CFError
8 The clang-analyzer-osx.coreFoundation.CFError check is an alias, please see
/llvm-project-15.0.7/clang/test/Analysis/
H A DCheckNSError.m5 // RUN: -analyzer-checker=osx.coreFoundation.CFError
53 …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…
H A Dincorrect-checker-names.mm108 …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…
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst430 …er-osx.coreFoundation.CFError <clang-analyzer/osx.coreFoundation.CFError.html>`_, `Clang Static An…
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst1312 .. _osx-coreFoundation-CFError:
1314 osx.coreFoundation.CFError (C)
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp4248 if (CFError) in isCFError()
4249 return CFError == RD; in isCFError()
4263 CFError = RD; in isCFError()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1271 def CFErrorChecker : Checker<"CFError">,
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13351 RecordDecl *CFError = nullptr; variable