Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp842 bool IsMatching = PropSrcArgs.isEmpty(); in process() local
844 [this, &C, &IsMatching, &State](ArgIdxTy I, const Expr *E, SVal) { in process()
845 IsMatching = IsMatching || (PropSrcArgs.contains(I) && in process()
849 if (!IsMatching) in process()