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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
  185   SVal attemptDownCast(SVal Base, QualType DerivedPtrType, bool &Failed);

References

tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  810       ThisVal = StateMgr.getStoreManager().attemptDownCast(ThisVal, Ty, Failed);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  462           val = getStoreManager().attemptDownCast(val, T, Failed);
  497           val = getStoreManager().attemptDownCast(val, T, Failed);