Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp956 bool IsMatching = PropSrcArgs.isEmpty(); in process() local
959 ForEachCallArg([this, &C, &IsMatching, &State, &TaintedSymbols, in process()
963 IsMatching = in process()
964 IsMatching || (PropSrcArgs.contains(I) && TaintedSVal.has_value()); in process()
979 if (!IsMatching) in process()