Searched defs:DenseMap (Results 1 – 4 of 4) sorted by relevance
2208 .. _dss_sortedvectormap:2210 A sorted 'vector'2222 llvm/ADT/StringMap.h2269 llvm/ADT/DenseMap.h argument2297 ValueMap is a wrapper around a :ref:`DenseMap <dss_densemap>` mapping argument2306 llvm/ADT/IntervalMap.h2319 llvm/ADT/IntervalTree.h2349 ``MapVector<KeyT,ValueT>`` provides a subset of the DenseMap interface. The argument2362 llvm/ADT/IntEqClasses.h2378 llvm/ADT/ImmutableMap.h[all …]
584 explicit DenseMap(unsigned InitialReserve) { init(InitialReserve); } in DenseMap() function587 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() function592 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function
732 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() function737 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function743 DenseMap(const InputIt &I, const InputIt &E) { in DenseMap() function748 DenseMap(std::initializer_list<typename BaseT::value_type> Vals) { in DenseMap() function
42 using DenseMap = TestDenseMap<T...>; typedef