Home
last modified time | relevance | path

Searched refs:getDynamicTypeInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp99 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 DDynamicTypePropagation.cpp235 DynamicTypeInfo RecDynType = getDynamicTypeInfo(State, RecReg); in checkPostCall()
362 QualType OldDTy = getDynamicTypeInfo(C.getState(), ToR).getType(); in getBetterObjCType()
H A DIteratorChecker.cpp1921 auto TI = getDynamicTypeInfo(State, Reg); in getCXXRecordDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeMap.h43 DynamicTypeInfo getDynamicTypeInfo(ProgramStateRef State,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DDynamicTypeMap.cpp28 DynamicTypeInfo getDynamicTypeInfo(ProgramStateRef State, in getDynamicTypeInfo() function
H A DCallEvent.cpp726 DynamicTypeInfo DynType = getDynamicTypeInfo(getState(), R); in getRuntimeDefinition()
1194 DynamicTypeInfo DTI = getDynamicTypeInfo(getState(), Receiver); in getRuntimeDefinition()