Home
last modified time | relevance | path

Searched refs:VforkChecker (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp44 class VforkChecker : public Checker<check::PreCall, check::PostCall, class
59 VforkChecker() : II_vfork(nullptr) {} in VforkChecker() function in __anonfb2a94d60111::VforkChecker
78 bool VforkChecker::isChildProcess(const ProgramStateRef State) { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
82 bool VforkChecker::isVforkCall(const Decl *D, CheckerContext &C) const { in isVforkCall()
96 bool VforkChecker::isCallWhitelisted(const IdentifierInfo *II, in isCallWhitelisted()
121 void VforkChecker::reportBug(const char *What, CheckerContext &C, in reportBug()
143 void VforkChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
183 void VforkChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
192 void VforkChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
210 void VforkChecker::checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const { in checkPreStmt()
[all …]
H A DCMakeLists.txt121 VforkChecker.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn131 "VforkChecker.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile136 VforkChecker.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td509 def VforkChecker : Checker<"Vfork">,