Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDCheckers.td467 def CFErrorChecker : Checker<"CFError">,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp3104 if (S.CFError) { in classifyPointerDeclarator()
3106 isCFError = (S.CFError == recordDecl); in classifyPointerDeclarator()
3113 S.CFError = recordDecl; in classifyPointerDeclarator()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8966 RecordDecl *CFError = nullptr; variable