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