Home
last modified time | relevance | path

Searched refs:castRegion (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h184 Optional<const MemRegion *> castRegion(const MemRegion *region,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp74 Optional<const MemRegion *> StoreManager::castRegion(const MemRegion *R, in castRegion() function in StoreManager
H A DSValBuilder.cpp302 if (auto OptR = StateMgr.getStoreManager().castRegion(R, Ty)) in getCastedMemRegionVal()