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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintTag.h23 static const TaintTagType TaintTagGeneric = 0; member in namespace:clang::ento
H A DProgramState.h322 TaintTagType Kind = TaintTagGeneric) const;
326 TaintTagType Kind = TaintTagGeneric) const;
330 TaintTagType Kind = TaintTagGeneric) const;
334 TaintTagType Kind = TaintTagGeneric) const;
335 bool isTainted(SVal V, TaintTagType Kind = TaintTagGeneric) const;
336 bool isTainted(SymbolRef Sym, TaintTagType Kind = TaintTagGeneric) const;
337 bool isTainted(const MemRegion *Reg, TaintTagType Kind=TaintTagGeneric) const;

Completed in 527 milliseconds