ΒΆbool isTainted(clang::ento::ProgramStateRef State,
               clang::ento::SVal V,
               clang::ento::taint::TaintTagType
                   Kind = TaintTagGeneric)

Description

Check if the value is tainted in the given state.

Declared at: clang/include/clang/StaticAnalyzer/Checkers/Taint.h:70

Parameters

clang::ento::ProgramStateRef State
clang::ento::SVal V
clang::ento::taint::TaintTagType Kind = TaintTagGeneric