Lines Matching defs:etc
814 .. _dss_arrayref:
816 llvm/ADT/ArrayRef.h
827 Fixed Size Arrays
836 Heap Allocated Arrays
869 etc. argument
915 <vector>
949 <deque>
963 <list>
981 llvm/ADT/ilist.h
1010 llvm/ADT/PackedVector.h
1041 ilist_traits
1049 iplist
1076 operations, such as ``begin`` and ``end`` iterators, etc. Also, the argument
1112 ``std::priority_queue``, ``std::stack``, etc. These provide simplified access argument
1262 .. _dss_sortedvectorset:
1264 A sorted 'vector'
1282 llvm/ADT/SmallSet.h
1301 llvm/ADT/SmallPtrSet.h
1317 llvm/ADT/StringSet.h
1332 llvm/ADT/DenseSet.h
1344 llvm/ADT/SparseSet.h
1358 llvm/ADT/SparseMultiSet.h
1374 llvm/ADT/FoldingSet.h
1404 <set>
1425 llvm/ADT/SetVector.h
1459 llvm/ADT/UniqueVector.h
1472 llvm/ADT/ImmutableSet.h
1502 Map-Like Containers (std::map, DenseMap, etc) argument
1527 long, expensive to copy, etc. StringMap is a specialized container designed to argument
1555 llvm/ADT/IndexedMap.h
1569 llvm/ADT/DenseMap.h
1594 llvm/IR/ValueMap.h
1625 pair in the map, etc. argument
1634 llvm/ADT/MapVector.h
1650 llvm/ADT/IntEqClasses.h
1666 llvm/ADT/ImmutableMap.h
1678 Other Map-Like Container Options