Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp310 using RuleLookupTy = CallDescriptionMap<GenericTaintRule>; typedef
413 mutable std::optional<RuleLookupTy> StaticTaintRules;
414 mutable std::optional<RuleLookupTy> DynamicTaintRules;
821 DynamicTaintRules = RuleLookupTy{}; in initTaintRules()