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

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

Completed in 255 milliseconds