Searched refs:ImmutableMap (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ImmutableMap.h | 63 class ImmutableMap { 81 explicit ImmutableMap(const TreeTy *R) : Root(const_cast<TreeTy *>(R)) {} in ImmutableMap() function 96 ImmutableMap getEmptyMap() { return ImmutableMap(F.getEmptyTree()); } in getEmptyMap() 98 [[nodiscard]] ImmutableMap add(ImmutableMap Old, key_type_ref K, in add() 101 return ImmutableMap(Canonicalize ? F.getCanonicalTree(T): T); in add() 104 [[nodiscard]] ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() 106 return ImmutableMap(Canonicalize ? F.getCanonicalTree(T): T); in remove() 118 bool operator==(const ImmutableMap &RHS) const { 122 bool operator!=(const ImmutableMap &RHS) const { 155 class iterator : public ImutAVLValueIterator<ImmutableMap> { [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramStateTrait.h | 73 #define CLANG_ENTO_PROGRAMSTATE_MAP(Key, Value) llvm::ImmutableMap<Key, Value> 96 using Name = llvm::ImmutableMap<Key, Value>; \ 149 struct ProgramStatePartialTrait<llvm::ImmutableMap<Key, Data, Info>> { 150 using data_type = llvm::ImmutableMap<Key, Data, Info>;
|
H A D | Environment.h | 60 using BindingsTy = llvm::ImmutableMap<EnvironmentEntry, SVal>;
|
H A D | RangedConstraintManager.h | 404 using ConstraintMap = llvm::ImmutableMap<SymbolRef, RangeSet>;
|
H A D | ProgramState.h | 74 typedef llvm::ImmutableMap<void*, void*> GenericDataMap;
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPITypes.h | 49 typedef llvm::ImmutableMap<const clang::ento::MemRegion *,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BlockCounter.cpp | 47 typedef llvm::ImmutableMap<CountKey, unsigned> CountMap;
|
H A D | ExprEngine.cpp | 185 typedef llvm::ImmutableMap<ConstructedObjectKey, SVal> 196 typedef llvm::ImmutableMap< 205 typedef llvm::ImmutableMap< 210 typedef llvm::ImmutableMap<const LocationContext *, unsigned>
|
H A D | RegionStore.cpp | 147 typedef llvm::ImmutableMap<BindingKey, SVal> ClusterBindings; 151 typedef llvm::ImmutableMap<const MemRegion *, ClusterBindings>
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | RetainSummaryManager.h | 280 typedef llvm::ImmutableMap<unsigned, ArgEffect> ArgEffects;
|