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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl; typedef in namespace:clang::ento
34 : public ProgramStatePartialTrait<TaintMapImpl> {
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp448 TaintMapImpl TM = get<TaintMap>();
453 for (TaintMapImpl::iterator I = TM.begin(), E = TM.end(); I != E; ++I) {

Completed in 319 milliseconds