Searched refs:CFError (Results 1 – 4 of 4) sorted by relevance
1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.NSError,osx.coreFoundation.CFError -an…
550 def CFErrorChecker : Checker<"CFError">,
3378 if (S.CFError) { in classifyPointerDeclarator()3380 isCFError = (S.CFError == recordDecl); in classifyPointerDeclarator()3387 S.CFError = recordDecl; in classifyPointerDeclarator()
9548 RecordDecl *CFError = nullptr; variable