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