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.cpp954 bool IsMatching = PropSrcArgs.isEmpty(); in process() local
957 ForEachCallArg([this, &C, &IsMatching, &State, &TaintedSymbols, in process()
961 IsMatching = in process()
962 IsMatching || (PropSrcArgs.contains(I) && TaintedSVal.has_value()); in process()
977 if (!IsMatching) in process()