Lines Matching refs:VforkChecker
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()
219 mgr.registerChecker<VforkChecker>(); in registerVforkChecker()