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.cpp10 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction() function
13 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp32 void checkBeginFunction(CheckerContext &C) const;
37 void TraversalDumper::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction() function in TraversalDumper
H A DCXXSelfAssignmentChecker.cpp32 void checkBeginFunction(CheckerContext &C) const;
38 void CXXSelfAssignmentChecker::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction() function in CXXSelfAssignmentChecker
H A DVirtualCallChecker.cpp53 void checkBeginFunction(CheckerContext &C) const;
95 void VirtualCallChecker::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction() function in VirtualCallChecker
H A DNonNullParamChecker.cpp40 void checkBeginFunction(CheckerContext &C) const;
235 void NonNullParamChecker::checkBeginFunction(CheckerContext &Context) const { in checkBeginFunction() function in NonNullParamChecker
H A DErrnoModeling.cpp56 void checkBeginFunction(CheckerContext &C) const;
94 void ErrnoModeling::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction() function in ErrnoModeling
H A DCheckerDocumentation.cpp226 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.cpp110 void checkBeginFunction(CheckerContext &Ctx) const;
563 void NullabilityChecker::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction() function in NullabilityChecker
/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerOptionHandling/
H A DCheckerOptionHandling.cpp10 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp87 void checkBeginFunction(CheckerContext &C) const;
315 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.cpp1319 void RetainCountChecker::checkBeginFunction(CheckerContext &Ctx) const { in checkBeginFunction() function in RetainCountChecker
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h258 ((const CHECKER *)checker)->checkBeginFunction(C); in _checkBeginFunction()