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

Description

Check if the symbol is tainted in the given state.

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

Parameters

clang::ento::ProgramStateRef State
clang::ento::SymbolRef Sym
clang::ento::taint::TaintTagType Kind = TaintTagGeneric