Home
last modified time | relevance | path

Searched refs:Propagations (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dtaint-generic-config-invalid-arg.yaml1 Propagations:
H A Dtaint-generic-config-ill-formed.yaml1 Propagations:
H A Dtaint-generic-config.yaml2 Propagations:
/llvm-project-15.0.7/clang/docs/analyzer/user-docs/
H A DTaintAnalysisConfiguration.rst49 Propagations:
104 - Propagations
109 Under the `Propagations` key, the user can specify a list of operations that introduce and propagat…
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp284 std::vector<Propagation> Propagations; member
376 IO.mapOptional("Propagations", Config.Propagations); in mapping()
509 for (auto &P : Config.Propagations) in parseConfiguration()