Searched refs:IsTainted (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp219 using PropagationFuncType = bool (*)(bool IsTainted, const CallEvent &Call,
281 static bool postSocket(bool IsTainted, const CallEvent &Call,
682 bool IsTainted = true; local
687 if ((IsTainted =
693 if (!IsTainted && VariadicType::Src == VarType) {
696 if ((IsTainted =
703 IsTainted = PropagationFunc(IsTainted, Call, C);
705 if (!IsTainted)
746 bool /*IsTainted*/, cons
[all...]
H A DExprInspectionChecker.cpp441 const bool IsTainted = local
443 reportBug(IsTainted ? "YES" : "NO", C);

Completed in 49 milliseconds