Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h178 std::optional<SVal> evalBaseToDerived(SVal Base, QualType DerivedPtrType);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp316 std::optional<SVal> StoreManager::evalBaseToDerived(SVal Base, in evalBaseToDerived() function in StoreManager
H A DExprEngineC.cpp443 StateMgr.getStoreManager().evalBaseToDerived(val, T)) { in VisitCast()
480 std::optional<SVal> V = getStoreManager().evalBaseToDerived(val, T); in VisitCast()
H A DCallEvent.cpp838 StateMgr.getStoreManager().evalBaseToDerived(ThisVal, Ty); in getInitialStackFrameContents()