reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h
   33 DynamicTypeInfo getDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR);

References

tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
   96   DynamicTypeInfo TrackedType = getDynamicTypeInfo(State, Reg);
   97   DynamicTypeInfo TrackedTypePrev = getDynamicTypeInfo(StatePrev, Reg);
  165   DynamicTypeInfo DynTypeInfo = getDynamicTypeInfo(State, Region);
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  227         DynamicTypeInfo RecDynType = getDynamicTypeInfo(State, RecReg);
  354   QualType OldDTy = getDynamicTypeInfo(C.getState(), ToR).getType();
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 1914   auto TI = getDynamicTypeInfo(State, Reg);
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  740   DynamicTypeInfo DynType = getDynamicTypeInfo(getState(), R);
 1211       DynamicTypeInfo DTI = getDynamicTypeInfo(getState(), Receiver);