Searched refs:isVforkCall (Results 1 – 1 of 1) sorted by relevance
53 bool isVforkCall(const Decl *D, CheckerContext &C) const;83 bool VforkChecker::isVforkCall(const Decl *D, CheckerContext &C) const { in isVforkCall() function in VforkChecker151 if (!isVforkCall(Call.getDecl(), C)) in checkPostCall()