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