Searched refs:getDynamicTypeInfo (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypeChecker.cpp | 99 DynamicTypeInfo TrackedType = getDynamicTypeInfo(State, Reg); in VisitNode() 100 DynamicTypeInfo TrackedTypePrev = getDynamicTypeInfo(StatePrev, Reg); in VisitNode() 169 DynamicTypeInfo DynTypeInfo = getDynamicTypeInfo(State, Region); in checkPostStmt()
|
| H A D | DynamicTypePropagation.cpp | 235 DynamicTypeInfo RecDynType = getDynamicTypeInfo(State, RecReg); in checkPostCall() 362 QualType OldDTy = getDynamicTypeInfo(C.getState(), ToR).getType(); in getBetterObjCType()
|
| H A D | IteratorChecker.cpp | 1921 auto TI = getDynamicTypeInfo(State, Reg); in getCXXRecordDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | DynamicTypeMap.h | 43 DynamicTypeInfo getDynamicTypeInfo(ProgramStateRef State,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | DynamicTypeMap.cpp | 28 DynamicTypeInfo getDynamicTypeInfo(ProgramStateRef State, in getDynamicTypeInfo() function
|
| H A D | CallEvent.cpp | 726 DynamicTypeInfo DynType = getDynamicTypeInfo(getState(), R); in getRuntimeDefinition() 1194 DynamicTypeInfo DTI = getDynamicTypeInfo(getState(), Receiver); in getRuntimeDefinition()
|