Searched refs:VirtualCallChecker (Results 1 – 3 of 3) sorted by relevance
42 class VirtualCallChecker class85 VirtualCallChecker::VirtualBugVisitor::VisitNode(const ExplodedNode *N, in REGISTER_MAP_WITH_PROGRAMSTATE()163 void VirtualCallChecker::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction()168 void VirtualCallChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()173 void VirtualCallChecker::checkPreCall(const CallEvent &Call, in checkPreCall()219 void VirtualCallChecker::registerCtorDtorCallInState(bool IsBeginFunction, in registerCtorDtorCallInState()258 void VirtualCallChecker::reportBug(StringRef Msg, bool IsSink, in reportBug()280 VirtualCallChecker *checker = mgr.registerChecker<VirtualCallChecker>(); in registerVirtualCallChecker()
326 def VirtualCallChecker : Checker<"VirtualCall">,
571 SRCS_FUL+= StaticAnalyzer/Checkers/VirtualCallChecker.cpp