Searched refs:DynamicTypeMap (Results 1 – 4 of 4) sorted by relevance
33 const DynamicTypeInfo *GDMType = State->get<DynamicTypeMap>(Reg); in getDynamicTypeInfo()52 ProgramStateRef NewState = State->set<DynamicTypeMap>(Reg, NewTy); in setDynamicTypeInfo()60 for (const auto &I : State->get<DynamicTypeMap>()) { in printDynamicTypeInfo()80 void *ProgramStateTrait<DynamicTypeMap>::GDMIndex() { in GDMIndex()
31 struct DynamicTypeMap {}; struct37 struct ProgramStateTrait<DynamicTypeMap>
118 DynamicTypeMapImpl TypeMap = State->get<DynamicTypeMap>(); in checkDeadSymbols()122 State = State->remove<DynamicTypeMap>(I->first); in checkDeadSymbols()886 if (RetRegion && !State->get<DynamicTypeMap>(RetRegion)) { in checkPostObjCMessage()
587 SRCS_FUL+= StaticAnalyzer/Core/DynamicTypeMap.cpp