Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp42 class VirtualCallChecker class
88 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()
H A DCMakeLists.txt132 VirtualCallChecker.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn139 "VirtualCallChecker.cpp",
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td729 def VirtualCallChecker : Checker<"VirtualCall">,