Home
last modified time | relevance | path

Searched refs:isVforkCall (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp52 bool isVforkCall(const Decl *D, CheckerContext &C) const;
83 bool VforkChecker::isVforkCall(const Decl *D, CheckerContext &C) const { in isVforkCall() function in VforkChecker
152 if (!isVforkCall(Call.getDecl(), C)) in checkPostCall()