Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp48 mutable llvm::SmallSet<const IdentifierInfo *, 10> VforkAllowlist; member in __anon4b7dad600111::VforkChecker
100 if (VforkAllowlist.empty()) { in isCallExplicitelyAllowed()
117 VforkAllowlist.insert(&AC.Idents.get(*id)); in isCallExplicitelyAllowed()
120 return VforkAllowlist.count(II); in isCallExplicitelyAllowed()