Home
last modified time | relevance | path

Searched defs:DenseMap (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst2179 .. _dss_sortedvectormap:
2181 A sorted 'vector'
2193 llvm/ADT/StringMap.h
2240 llvm/ADT/DenseMap.h argument
2268 ValueMap is a wrapper around a :ref:`DenseMap <dss_densemap>` mapping argument
2277 llvm/ADT/IntervalMap.h
2308 ``MapVector<KeyT,ValueT>`` provides a subset of the DenseMap interface. The argument
2321 llvm/ADT/IntEqClasses.h
2337 llvm/ADT/ImmutableMap.h
2349 Other Map-Like Container Options
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMap.h732 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() function
737 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function
743 DenseMap(const InputIt &I, const InputIt &E) { in DenseMap() function
748 DenseMap(std::initializer_list<typename BaseT::value_type> Vals) { in DenseMap() function