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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp116 struct TaintPropagationRule { struct in class:__anon18192::GenericTaintChecker
123 TaintPropagationRule() {} function in struct:__anon18192::GenericTaintChecker::TaintPropagationRule
125 TaintPropagationRule(unsigned SArg, function in struct:__anon18192::GenericTaintChecker::TaintPropagationRule
133 TaintPropagationRule(unsigned SArg1, unsigned SArg2, function in struct:__anon18192::GenericTaintChecker::TaintPropagationRule
143 static TaintPropagationRule
197 GenericTaintChecker::TaintPropagationRule
198 GenericTaintChecker::TaintPropagationRule::getTaintPropagationRule(
206 TaintPropagationRule Rule = llvm::StringSwitch<TaintPropagationRule>(Name)
207 .Case("atoi", TaintPropagationRule(
[all...]

Completed in 225 milliseconds