reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/MapVector.h
   46   using value_type = typename VectorType::value_type;
include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  168         typename T::value_type Item;
  188       typename T::value_type Field;
include/llvm/Support/Capacity.h
   25   return x.capacity() * sizeof(typename T::value_type);
include/llvm/Support/YAMLTraits.h
 1882   using type = typename T::value_type;
include/llvm/XRay/Trace.h
   57   using value_type = RecordVector::value_type;
lib/Target/Hexagon/RDFGraph.h
  721       bool isDelimiter(const StorageType::value_type &P, NodeId N = 0) const {
tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
   60   using CheckerOrPackage = typename CheckerOrPackageInfoList::value_type;
usr/include/c++/7.4.0/bits/stl_iterator.h
  490       operator=(const typename _Container::value_type& __value)
  497       operator=(typename _Container::value_type&& __value)
  693       operator=(const typename _Container::value_type& __value)
  701       operator=(typename _Container::value_type&& __value)
usr/include/c++/7.4.0/bits/stl_queue.h
  445       typedef typename	_Sequence::value_type		value_type;
usr/include/c++/7.4.0/bits/stl_stack.h
  126       typedef typename _Sequence::value_type		value_type;
usr/include/c++/7.4.0/bits/stl_vector.h
  295       vector(size_type __n, const value_type& __value,
  383       vector(initializer_list<value_type> __l,
  482       operator=(initializer_list<value_type> __l)
  501       assign(size_type __n, const value_type& __val)
  546       assign(initializer_list<value_type> __l)
  709       resize(size_type __new_size, const value_type& __x)
  939       push_back(const value_type& __x)
  953       push_back(value_type&& __x)
 1012       insert(const_iterator __position, const value_type& __x);
 1042       insert(const_iterator __position, value_type&& __x)
 1059       insert(const_iterator __position, initializer_list<value_type> __l)
 1084       insert(const_iterator __position, size_type __n, const value_type& __x)
 1339       _M_fill_initialize(size_type __n, const value_type& __value)
 1391       _M_fill_assign(size_type __n, const value_type& __val);
 1430       _M_fill_insert(iterator __pos, size_type __n, const value_type& __x);
 1464 	value_type&
 1487       _M_insert_rval(const_iterator __position, value_type&& __v);
 1496       _M_emplace_aux(const_iterator __position, value_type&& __v)
usr/include/c++/7.4.0/bits/vector.tcc
  116     insert(const_iterator __position, const value_type& __x)
  238     _M_fill_assign(size_t __n, const value_type& __val)
  314     _M_insert_rval(const_iterator __position, value_type&& __v) -> iterator
  459     _M_fill_insert(iterator __position, size_type __n, const value_type& __x)
  470 	      value_type& __x_copy = __tmp._M_val();
utils/TableGen/SequenceToOffsetTable.h
   35   typedef typename SeqT::value_type ElemT;
utils/unittest/googlemock/include/gmock/gmock-matchers.h
 2702   typedef typename RhsStlContainer::value_type RhsValue;
 2726     typedef typename LhsStlContainer::value_type LhsValue;
 2811   typedef typename StlContainer::value_type Element;
 3682 inline internal::ElementsAreArrayMatcher<typename Container::value_type>
 3725     typename Container::value_type>
 4240                            RhsContainer)>::type::value_type> >
 4252   typedef typename RhsStlContainer::value_type Second;
utils/unittest/googletest/include/gtest/gtest-param-test.h
  323 internal::ParamGenerator<typename Container::value_type> ValuesIn(