Searched refs:VforkChecker (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | VforkChecker.cpp | 45 class VforkChecker : public Checker<check::PreCall, check::PostCall, class 61 VforkChecker() = default; 80 bool VforkChecker::isChildProcess(const ProgramStateRef State) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() 84 bool VforkChecker::isVforkCall(const Decl *D, CheckerContext &C) const { in isVforkCall() 98 bool VforkChecker::isCallExplicitelyAllowed(const IdentifierInfo *II, in isCallExplicitelyAllowed() 123 void VforkChecker::reportBug(const char *What, CheckerContext &C, in reportBug() 141 void VforkChecker::checkPostCall(const CallEvent &Call, in checkPostCall() 182 void VforkChecker::checkPreCall(const CallEvent &Call, in checkPreCall() 191 void VforkChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() 209 void VforkChecker::checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const { in checkPreStmt() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 605 def VforkChecker : Checker<"Vfork">,
|
| /src/lib/clang/libclang/ |
| H A D | Makefile | 778 SRCS_FUL+= StaticAnalyzer/Checkers/VforkChecker.cpp
|