Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DDynamicTypeMap.cpp33 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()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeMap.h31 struct DynamicTypeMap {}; struct
37 struct ProgramStateTrait<DynamicTypeMap>
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp118 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()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile587 SRCS_FUL+= StaticAnalyzer/Core/DynamicTypeMap.cpp