Searched defs:TaintConfiguration (Results 1 – 1 of 1) sorted by relevance
263 struct TaintConfiguration { struct264 using NameScopeArgs = std::tuple<std::string, std::string, ArgVecTy>;265 enum class VariadicType { None, Src, Dst };267 struct Common {272 struct Sink : Common {276 struct Filter : Common {280 struct Propagation : Common {287 std::vector<Propagation> Propagations;288 std::vector<Filter> Filters;289 std::vector<Sink> Sinks;