Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp42 class VirtualCallChecker class
95 void VirtualCallChecker::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction()
100 void VirtualCallChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
105 void VirtualCallChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
173 void VirtualCallChecker::registerCtorDtorCallInState(bool IsBeginFunction, in registerCtorDtorCallInState()
213 Mgr.getChecker<VirtualCallChecker>()->PureChecker.enable(Mgr); in registerPureVirtualCallChecker()
221 auto *Chk = Mgr.getChecker<VirtualCallChecker>(); in registerVirtualCallChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td746 def VirtualCallChecker
/freebsd/lib/clang/libclang/
H A DMakefile797 SRCS_FUL+= StaticAnalyzer/Checkers/VirtualCallChecker.cpp