Searched refs:ImmutableMap (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ImmutableMap.h | 62 class ImmutableMap { 95 ImmutableMap getEmptyMap() { return ImmutableMap(F.getEmptyTree()); } in getEmptyMap() 97 LLVM_NODISCARD ImmutableMap add(ImmutableMap Old, key_type_ref K, in add() 103 LLVM_NODISCARD ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() 117 bool operator==(const ImmutableMap &RHS) const { 121 bool operator!=(const ImmutableMap &RHS) const { 191 class iterator : public ImutAVLValueIterator<ImmutableMap> { 192 friend class ImmutableMap; variable 262 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() 263 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramStateTrait.h | 70 #define CLANG_ENTO_PROGRAMSTATE_MAP(Key, Value) llvm::ImmutableMap<Key, Value> 93 using Name = llvm::ImmutableMap<Key, Value>; \ 146 struct ProgramStatePartialTrait<llvm::ImmutableMap<Key, Data, Info>> { 147 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 | 313 using ConstraintMap = llvm::ImmutableMap<SymbolRef, RangeSet>;
|
| H A D | ProgramState.h | 75 typedef llvm::ImmutableMap<void*, void*> GenericDataMap;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPITypes.h | 49 typedef llvm::ImmutableMap<const clang::ento::MemRegion *,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BlockCounter.cpp | 47 typedef llvm::ImmutableMap<CountKey, unsigned> CountMap;
|
| H A D | RegionStore.cpp | 146 typedef llvm::ImmutableMap<BindingKey, SVal> ClusterBindings; 150 typedef llvm::ImmutableMap<const MemRegion *, ClusterBindings>
|
| H A D | ExprEngine.cpp | 191 typedef llvm::ImmutableMap<ConstructedObjectKey, SVal>
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NSErrorChecker.cpp | 179 typedef llvm::ImmutableMap<SymbolRef, unsigned> ErrorOutFlag;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 279 typedef llvm::ImmutableMap<unsigned, ArgEffect> ArgEffects;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 322 using LocalVarContext = llvm::ImmutableMap<const NamedDecl *, unsigned>;
|