Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp42 class VirtualCallChecker class
85 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()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td326 def VirtualCallChecker : Checker<"VirtualCall">,
/freebsd-12.1/lib/clang/libclang/
H A DMakefile571 SRCS_FUL+= StaticAnalyzer/Checkers/VirtualCallChecker.cpp