HomeSort by relevance Sort by last modified time
    Searched refs:TaintTagType (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
TaintTag.h 22 typedef unsigned TaintTagType;
23 static const TaintTagType TaintTagGeneric = 0;
TaintManager.h 32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
ProgramState.h 345 TaintTagType Kind = TaintTagGeneric) const;
349 TaintTagType Kind = TaintTagGeneric) const;
353 TaintTagType Kind = TaintTagGeneric) const;
357 TaintTagType Kind = TaintTagGeneric) const;
358 bool isTainted(SVal V, TaintTagType Kind = TaintTagGeneric) const;
359 bool isTainted(SymbolRef Sym, TaintTagType Kind = TaintTagGeneric) const;
360 bool isTainted(const MemRegion *Reg, TaintTagType Kind=TaintTagGeneric) const;
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 653 TaintTagType Kind) const {
669 TaintTagType Kind) const {
676 TaintTagType Kind) const {
688 TaintTagType Kind) const {
696 bool ProgramState::isTainted(SVal V, TaintTagType Kind) const {
704 bool ProgramState::isTainted(const MemRegion *Reg, TaintTagType K) const {
722 bool ProgramState::isTainted(SymbolRef Sym, TaintTagType Kind) const {
733 const TaintTagType *Tag = get<TaintMap>(*SI);

Completed in 557 milliseconds