Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDEnvironment.cpp187 NewEnv.ExprBindings = EBMapRef.asImmutableMap(); in removeDeadBindings()
HDRegionStore.cpp211 return asImmutableMap().getRootWithoutRetain(); in asStore()
431 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this); in BindDefault()
938 return B.add(ClusterHead, Result.asImmutableMap()); in removeSubRegionBindings()
1883 .asImmutableMap() in killBinding()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDImmutableMap.h337 ImmutableMap<KeyT, ValT> asImmutableMap() const { in asImmutableMap() function