Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp187 NewEnv.ExprBindings = EBMapRef.asImmutableMap(); in removeDeadBindings()
DRegionStore.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()
/external/llvm/include/llvm/ADT/
DImmutableMap.h337 ImmutableMap<KeyT, ValT> asImmutableMap() const { in asImmutableMap() function