Lines Matching defs:etc
1381 .. _dss_arrayref:
1383 llvm/ADT/ArrayRef.h
1394 Fixed Size Arrays
1403 Heap Allocated Arrays
1436 etc. argument
1497 <vector>
1529 <deque>
1543 <list>
1561 llvm/ADT/ilist.h
1590 llvm/ADT/PackedVector.h
1621 ilist_traits
1629 iplist
1656 operations, such as ``begin`` and ``end`` iterators, etc. Also, the argument
1692 ``std::priority_queue``, ``std::stack``, etc. These provide simplified access argument
1842 .. _dss_sortedvectorset:
1844 A sorted 'vector'
1862 llvm/ADT/SmallSet.h
1881 llvm/ADT/SmallPtrSet.h
1897 llvm/ADT/StringSet.h
1912 llvm/ADT/DenseSet.h
1924 llvm/ADT/SparseSet.h
1938 llvm/ADT/SparseMultiSet.h
1954 llvm/ADT/FoldingSet.h
1984 <set>
2005 llvm/ADT/SetVector.h
2039 llvm/ADT/UniqueVector.h
2052 llvm/ADT/ImmutableSet.h
2082 Map-Like Containers (std::map, DenseMap, etc) argument
2107 long, expensive to copy, etc. StringMap is a specialized container designed to argument
2135 llvm/ADT/IndexedMap.h
2149 llvm/ADT/DenseMap.h
2174 llvm/IR/ValueMap.h
2205 pair in the map, etc. argument
2214 llvm/ADT/MapVector.h
2230 llvm/ADT/IntEqClasses.h
2246 llvm/ADT/ImmutableMap.h
2258 Other Map-Like Container Options