Searched refs:ForEachCallArg (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GenericTaintChecker.cpp | 909 const auto ForEachCallArg = [&C, &Call, CallNumArgs](auto &&Fun) { in process() local 917 ForEachCallArg([this, &Checker, &C, &State](ArgIdxTy I, const Expr *E, SVal) { in process() 927 ForEachCallArg([this, &State](ArgIdxTy I, const Expr *E, SVal S) { in process() 943 ForEachCallArg([this, &C, &IsMatching, &State, &TaintedSymbols, in process() 980 ForEachCallArg( in process()
|