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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h185 SVal attemptDownCast(SVal Base, QualType DerivedPtrType, bool &Failed);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp314 SVal StoreManager::attemptDownCast(SVal Base, QualType TargetType, function in class:StoreManager
H A DExprEngineC.cpp462 val = getStoreManager().attemptDownCast(val, T, Failed);
497 val = getStoreManager().attemptDownCast(val, T, Failed);
H A DCallEvent.cpp811 ThisVal = StateMgr.getStoreManager().attemptDownCast(ThisVal, Ty, Failed);

Completed in 172 milliseconds