Home
last modified time | relevance | path

Searched refs:checkBeginFunction (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/
H A DCheckerDependencyHandling.cpp11 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction() function
14 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp32 void checkBeginFunction(CheckerContext &C) const;
38 void CXXSelfAssignmentChecker::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction() function in CXXSelfAssignmentChecker
H A DTraversalChecker.cpp31 void checkBeginFunction(CheckerContext &C) const;
54 void TraversalDumper::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction() function in TraversalDumper
H A DVirtualCallChecker.cpp49 void checkBeginFunction(CheckerContext &C) const;
88 void VirtualCallChecker::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction() function in VirtualCallChecker
H A DNonNullParamChecker.cpp41 void checkBeginFunction(CheckerContext &C) const;
236 void NonNullParamChecker::checkBeginFunction(CheckerContext &Context) const { in checkBeginFunction() function in NonNullParamChecker
H A DErrnoModeling.cpp53 void checkBeginFunction(CheckerContext &C) const;
132 void ErrnoModeling::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction() function in ErrnoModeling
H A DCheckerDocumentation.cpp187 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction() function in clang::ento::CheckerDocumentation
H A DCheckObjCDealloc.cpp121 void checkBeginFunction(CheckerContext &Ctx) const;
259 void ObjCDeallocChecker::checkBeginFunction( in checkBeginFunction() function in ObjCDeallocChecker
H A DNullabilityChecker.cpp108 void checkBeginFunction(CheckerContext &Ctx) const;
566 void NullabilityChecker::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction() function in NullabilityChecker
/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerOptionHandling/
H A DCheckerOptionHandling.cpp11 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp82 void checkBeginFunction(CheckerContext &C) const;
310 void InvalidPtrChecker::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction() function in InvalidPtrChecker
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h330 void checkBeginFunction(CheckerContext &C) const;
H A DRetainCountChecker.cpp1331 void RetainCountChecker::checkBeginFunction(CheckerContext &Ctx) const { in checkBeginFunction() function in RetainCountChecker
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h242 ((const CHECKER *)checker)->checkBeginFunction(C); in _checkBeginFunction()