Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp251 getTaintPropagationRule(const NameRuleMap &CustomPropagations,
290 NameRuleMap CustomPropagations; member in __anon4c4a178b0111::GenericTaintChecker
385 GenericTaintChecker::CustomPropagations.emplace( in parseConfiguration()
421 const NameRuleMap &CustomPropagations, const FunctionData &FData, in getTaintPropagationRule() argument
521 auto It = findFunctionInConfig(CustomPropagations, FData); in getTaintPropagationRule()
522 if (It != CustomPropagations.end()) in getTaintPropagationRule()
563 this->CustomPropagations, FData, C); in addSourcesPre()