Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h177 SVal attemptDownCast(SVal Base, QualType DerivedPtrType, bool &Failed);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp315 SVal StoreManager::attemptDownCast(SVal Base, QualType TargetType, in attemptDownCast() function in StoreManager
H A DExprEngineC.cpp464 val = getStoreManager().attemptDownCast(val, T, Failed); in VisitCast()
499 val = getStoreManager().attemptDownCast(val, T, Failed); in VisitCast()
H A DCallEvent.cpp806 ThisVal = StateMgr.getStoreManager().attemptDownCast(ThisVal, Ty, Failed); in getInitialStackFrameContents()