Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDVforkChecker.cpp54 bool isCallExplicitelyAllowed(const IdentifierInfo *II,
98 bool VforkChecker::isCallExplicitelyAllowed(const IdentifierInfo *II, in isCallExplicitelyAllowed() function in VforkChecker
186 !isCallExplicitelyAllowed(Call.getCalleeIdentifier(), C)) in checkPreCall()