Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp263 struct TaintConfiguration { struct
264 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;