Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp211 NewEnv.ExprBindings = EBMapRef.asImmutableMap(); in removeDeadBindings()
H A DRegionStore.cpp224 asImmutableMap().getRootWithoutRetain(), IsMainAnalysis}; in asStore()
615 StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this), {}}; in BindDefaultInitial()
641 StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this), in BindDefaultZero()
1142 return B.addWithoutDecreasingLimit(ClusterHead, Result.asImmutableMap()); in removeSubRegionBindings()
2513 .asImmutableMap() in killBinding()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h257 ImmutableMap<KeyT, ValT> asImmutableMap() const { in asImmutableMap() function