Searched refs:VirtualCallChecker (Results 1 – 3 of 3) sorted by relevance
42 class VirtualCallChecker class95 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()
746 def VirtualCallChecker
797 SRCS_FUL+= StaticAnalyzer/Checkers/VirtualCallChecker.cpp