HomeSort by: relevance | last modified time | path
    Searched refs:IsTainted (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 222 using PropagationFuncType = bool (*)(bool IsTainted, const CallEvent &Call,
269 if (isTainted(State, E, C.getLocationContext()) || isStdin(E, C))
276 return (V && isTainted(State, *V));
284 static bool postSocket(bool IsTainted, const CallEvent &Call,
685 bool IsTainted = true;
690 if ((IsTainted =
696 if (!IsTainted && VariadicType::Src == VarType) {
699 if ((IsTainted =
706 IsTainted = PropagationFunc(IsTainted, Call, C)
    [all...]
ExprInspectionChecker.cpp 503 const bool IsTainted =
504 taint::isTainted(C.getState(), CE->getArg(0), C.getLocationContext());
505 reportBug(IsTainted ? "YES" : "NO", C);

Completed in 24 milliseconds