Home
last modified time | relevance | path

Searched defs:TaintConfiguration (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp313 struct TaintConfiguration { struct
314 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;