Lines Matching refs:STL
50 LLVM makes heavy use of the C++ Standard Template Library (STL), perhaps much
53 library. There are many good pages that discuss the STL, and several books on
60 reference for the STL and other parts of the standard C++ library.
69 #. `SGI's STL Programmer's Guide <http://www.sgi.com/tech/stl/>`_ - Contains a
70 useful `Introduction to the STL
1443 commonly use STL data structures. This section describes the trade-offs you
1812 Other STL containers are available, such as ``std::string``.
1814 There are also various STL adapter classes such as ``std::queue``,
2191 The STL provides several other options, such as std::multiset and
2315 STL iterators. The heavyweight iterators allow a smaller data structure.
2381 The STL provides several other options, such as std::multimap and
2588 The STL set ``worklist`` would now contain all instructions in the ``Function``
4050 STL-style functions for accessing the instruction list.