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

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

Completed in 168 milliseconds