Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp52 bool isVforkCall(const Decl *D, CheckerContext &C) const;
82 bool VforkChecker::isVforkCall(const Decl *D, CheckerContext &C) const { in isVforkCall() function in VforkChecker
151 if (!isVforkCall(Call.getDecl(), C)) in checkPostCall()