Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp47 mutable llvm::SmallSet<const IdentifierInfo *, 10> VforkAllowlist; member in __anon938254db0111::VforkChecker
99 if (VforkAllowlist.empty()) { in isCallExplicitelyAllowed()
116 VforkAllowlist.insert(&AC.Idents.get(*id)); in isCallExplicitelyAllowed()
119 return VforkAllowlist.count(II); in isCallExplicitelyAllowed()