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.h303 TaintTagType Kind = TaintTagGeneric) const;
307 TaintTagType Kind = TaintTagGeneric) const;
311 TaintTagType Kind = TaintTagGeneric) const;
315 TaintTagType Kind = TaintTagGeneric) const;
316 bool isTainted(SVal V, TaintTagType Kind = TaintTagGeneric) const;
317 bool isTainted(SymbolRef Sym, TaintTagType Kind = TaintTagGeneric) const;
318 bool isTainted(const MemRegion *Reg, TaintTagType Kind=TaintTagGeneric) const;

Completed in 96 milliseconds