OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TaintMapImpl
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
TaintManager.h
32
typedef llvm::ImmutableMap<SymbolRef, TaintTagType>
TaintMapImpl
;
34
: public ProgramStatePartialTrait<
TaintMapImpl
> {
/external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp
448
TaintMapImpl
TM = get<TaintMap>();
453
for (
TaintMapImpl
::iterator I = TM.begin(), E = TM.end(); I != E; ++I) {
Completed in 72 milliseconds