Searched refs:Propagation (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp62 struct Propagation { struct in struct:__anon3347::GenericTaintChecker::TaintConfiguration
71 std::vector<Propagation> Propagations;
304 LLVM_YAML_IS_SEQUENCE_VECTOR(TaintConfig::Propagation)
317 template <> struct MappingTraits<TaintConfig::Propagation> {
318 static void mapping(IO &IO, TaintConfig::Propagation &Propagation) { argument
319 IO.mapRequired("Name", Propagation.Name);
320 IO.mapOptional("Scope", Propagation.Scope);
321 IO.mapOptional("SrcArgs", Propagation.SrcArgs);
322 IO.mapOptional("DstArgs", Propagation
[all...]

Completed in 44 milliseconds