14 #ifndef LLVM_CLANG_STATICANALYZER_CORE_PATHSENSITIVE_TAINTMANAGER_H 15 #define LLVM_CLANG_STATICANALYZER_CORE_PATHSENSITIVE_TAINTMANAGER_H 21 #include "llvm/ADT/ImmutableMap.h" 35 static void *
GDMIndex() {
static int index = 0;
return &index; }
45 static void *
GDMIndex() {
static int index;
return &index; }
llvm::ImmutableMap< SymbolRef, TaintedSubRegions > DerivedSymTaintImpl
The GDM component mapping derived symbols' parent symbols to their underlying regions.
llvm::ImmutableMap< SymbolRef, TaintTagType > TaintMapImpl
Dataflow Directional Tag Classes.
The GDM component containing the tainted root symbols.