Searched refs:NewMap (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | mem_map.cpp | 79 ReservedMemoryDefault::MemMapT NewMap(Addr, Size); in dispatchImpl() local 80 NewMap.setMapPlatformData(Data); in dispatchImpl() 81 return NewMap; in dispatchImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 313 HashTable NewMap(NewCapacity); in grow() 316 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits, in grow() 320 Buckets.swap(NewMap.Buckets); in grow() 321 std::swap(Present, NewMap.Present); in grow() 322 std::swap(Deleted, NewMap.Deleted); in grow()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 2909 ClassMapTy NewMap = Map; in removeDeadBindings() local 2971 NewMap = ClassFactory.remove(NewMap, Sym); in removeDeadBindings() 3013 State = State->set<ClassMap>(NewMap); in removeDeadBindings()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 2128 DenseMap<Value *, BasicBlock *> &NewMap, in createAndInsertBasicBlocks() argument 2140 NewMap.insert(std::make_pair(RetVal, NewBB)); in createAndInsertBasicBlocks()
|