Searched defs:TaintConfiguration (Results 1 – 1 of 1) sorted by relevance
313 struct TaintConfiguration { struct314 using NameScopeArgs = std::tuple<std::string, std::string, ArgVecTy>;315 enum class VariadicType { None, Src, Dst };317 struct Common {322 struct Sink : Common {326 struct Filter : Common {330 struct Propagation : Common {337 std::vector<Propagation> Propagations;338 std::vector<Filter> Filters;339 std::vector<Sink> Sinks;