Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h177 Optional<SVal> evalBaseToDerived(SVal Base, QualType DerivedPtrType);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp317 Optional<SVal> StoreManager::evalBaseToDerived(SVal Base, QualType TargetType) { in evalBaseToDerived() function in StoreManager
H A DExprEngineC.cpp450 StateMgr.getStoreManager().evalBaseToDerived(val, T)) { in VisitCast()
487 Optional<SVal> V = getStoreManager().evalBaseToDerived(val, T); in VisitCast()
H A DCallEvent.cpp774 StateMgr.getStoreManager().evalBaseToDerived(ThisVal, Ty); in getInitialStackFrameContents()