Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h185 std::optional<const MemRegion *> castRegion(const MemRegion *region,
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp74 std::optional<const MemRegion *> StoreManager::castRegion(const MemRegion *R, in castRegion() function in StoreManager
H A DSValBuilder.cpp310 if (auto OptR = StateMgr.getStoreManager().castRegion(R, Ty)) in getCastedMemRegionVal()