Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp199 NewEnv.ExprBindings = EBMapRef.asImmutableMap(); in removeDeadBindings()
H A DRegionStore.cpp211 return asImmutableMap().getRootWithoutRetain(); in asStore()
418 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this); in BindDefaultInitial()
441 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this); in BindDefaultZero()
944 return B.add(ClusterHead, Result.asImmutableMap()); in removeSubRegionBindings()
2098 .asImmutableMap() in killBinding()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DImmutableMap.h343 ImmutableMap<KeyT, ValT> asImmutableMap() const { in asImmutableMap() function