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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp53 bool isVforkCall(const Decl *D, CheckerContext &C) const;
84 bool VforkChecker::isVforkCall(const Decl *D, CheckerContext &C) const { function in class:VforkChecker
149 if (!isVforkCall(Call.getDecl(), C))

Completed in 169 milliseconds