Home
last modified time | relevance | path

Searched refs:DynamicTypeMap (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicTypeMap.h26 struct DynamicTypeMap {}; struct
30 struct ProgramStateTrait<DynamicTypeMap>
/external/clang/lib/StaticAnalyzer/Core/
DDynamicTypeMap.cpp26 const DynamicTypeInfo *GDMType = State->get<DynamicTypeMap>(Reg); in getDynamicTypeInfo()
45 ProgramStateRef NewState = State->set<DynamicTypeMap>(Reg, NewTy); in setDynamicTypeInfo()
DCMakeLists.txt21 DynamicTypeMap.cpp
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp118 DynamicTypeMapImpl TypeMap = State->get<DynamicTypeMap>(); in checkDeadSymbols()
122 State = State->remove<DynamicTypeMap>(I->first); in checkDeadSymbols()
849 if (RetRegion && !State->get<DynamicTypeMap>(RetRegion)) { in checkPostObjCMessage()