Searched refs:VforkChecker (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | VforkChecker.cpp | 44 class VforkChecker : public Checker<check::PreCall, check::PostCall, class 60 VforkChecker() : II_vfork(nullptr) {} in VforkChecker() function in __anon938254db0111::VforkChecker 79 bool VforkChecker::isChildProcess(const ProgramStateRef State) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() 83 bool VforkChecker::isVforkCall(const Decl *D, CheckerContext &C) const { in isVforkCall() 97 bool VforkChecker::isCallExplicitelyAllowed(const IdentifierInfo *II, in isCallExplicitelyAllowed() 122 void VforkChecker::reportBug(const char *What, CheckerContext &C, in reportBug() 144 void VforkChecker::checkPostCall(const CallEvent &Call, in checkPostCall() 185 void VforkChecker::checkPreCall(const CallEvent &Call, in checkPreCall() 194 void VforkChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() 212 void VforkChecker::checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const { in checkPreStmt() [all …]
|
| H A D | CMakeLists.txt | 127 VforkChecker.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BUILD.gn | 136 "VforkChecker.cpp",
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 541 def VforkChecker : Checker<"Vfork">,
|