HomeSort by relevance Sort by last modified time
    Searched refs:ImmutableMapRef (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
ImmutableMap.h 271 class ImmutableMapRef {
291 explicit ImmutableMapRef(const TreeTy* R, FactoryTy *F)
297 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X,
304 ImmutableMapRef(const ImmutableMapRef &X)
310 ImmutableMapRef &operator=(const ImmutableMapRef &X) {
324 ~ImmutableMapRef() {
329 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) {
330 return ImmutableMapRef(0, F)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 185 llvm::ImmutableMapRef<EnvironmentEntry,SVal>
RegionStore.cpp 143 typedef llvm::ImmutableMapRef<BindingKey, SVal> ClusterBindingsRef;
150 class RegionBindingsRef : public llvm::ImmutableMapRef<const MemRegion *,
154 typedef llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>
160 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(T, F),
164 : llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>(P),
    [all...]

Completed in 21 milliseconds