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

/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h182 /// castRegion - Used by ExprEngine::VisitCast to handle casts from
185 std::optional<const MemRegion *> castRegion(const MemRegion *region,
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp74 std::optional<const MemRegion *> StoreManager::castRegion(const MemRegion *R, function in class:StoreManager
H A DSValBuilder.cpp302 if (auto OptR = StateMgr.getStoreManager().castRegion(R, Ty))

Completed in 136 milliseconds