Home
last modified time | relevance | path

Searched refs:DynamicTypeMapImpl (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicTypeMap.h28 DynamicTypeMapImpl; typedef
31 : public ProgramStatePartialTrait<DynamicTypeMapImpl> {
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp118 DynamicTypeMapImpl TypeMap = State->get<DynamicTypeMap>(); in checkDeadSymbols()
119 for (DynamicTypeMapImpl::iterator I = TypeMap.begin(), E = TypeMap.end(); in checkDeadSymbols()