Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp42 class VirtualCallChecker class
88 void VirtualCallChecker::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction()
93 void VirtualCallChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
98 void VirtualCallChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
165 void VirtualCallChecker::registerCtorDtorCallInState(bool IsBeginFunction, in registerCtorDtorCallInState()
205 Mgr.registerChecker<VirtualCallChecker>(); in registerVirtualCallModeling()
209 auto *Chk = Mgr.getChecker<VirtualCallChecker>(); in registerPureVirtualCallChecker()
216 auto *Chk = Mgr.getChecker<VirtualCallChecker>(); in registerVirtualCallChecker()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td752 def VirtualCallChecker : Checker<"VirtualCall">,
/freebsd-14.2/lib/clang/libclang/
H A DMakefile727 SRCS_FUL+= StaticAnalyzer/Checkers/VirtualCallChecker.cpp