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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
TaintManager.h 26 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
28 : public ProgramStatePartialTrait<TaintMapImpl> {
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 428 TaintMapImpl TM = get<TaintMap>();
433 for (TaintMapImpl::iterator I = TM.begin(), E = TM.end(); I != E; ++I) {

Completed in 539 milliseconds