Searched refs:VirtualCallChecker (Results 1 – 4 of 4) sorted by relevance
42 class VirtualCallChecker class88 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()
132 VirtualCallChecker.cpp
139 "VirtualCallChecker.cpp",
729 def VirtualCallChecker : Checker<"VirtualCall">,