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

References

include/llvm/Analysis/RegionInfoImpl.h
  366     typename BBNodeMapT::value_type V = {
include/llvm/IR/ModuleSummaryIndex.h
  166   PointerIntPair<const GlobalValueSummaryMapTy::value_type *, 3, int>
  170   ValueInfo(bool HaveGVs, const GlobalValueSummaryMapTy::value_type *R) {
  220   const GlobalValueSummaryMapTy::value_type *getRef() const {
  978   GlobalValueSummaryMapTy::value_type *
 1091   ValueInfo getValueInfo(const GlobalValueSummaryMapTy::value_type &R) const {
lib/BinaryFormat/MsgPackDocument.cpp
   43   MapTy::value_type Entry(Key, DocNode());
lib/Target/Hexagon/RDFLiveness.cpp
  728       for (const RefMap::value_type &S : RealUseMap[P.Id])
tools/clang/tools/extra/clangd/unittests/ExpectedTypeTest.cpp
   53     using MapEntry = std::map<std::string, EquivClass>::value_type;
tools/clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
   45     const ExpectedMatchersTy::value_type *Matcher =
   55     const ExpectedMatchersTy::value_type *Matcher =
tools/lldb/include/lldb/Core/ValueObject.h
  826     typedef ChildrenMap::value_type ChildrenPair;
usr/include/c++/7.4.0/bits/stl_iterator.h
  693       operator=(const typename _Container::value_type& __value)
  701       operator=(typename _Container::value_type&& __value)
usr/include/c++/7.4.0/bits/stl_map.h
  122       : public std::binary_function<value_type, value_type, bool>
  122       : public std::binary_function<value_type, value_type, bool>
  132 	bool operator()(const value_type& __x, const value_type& __y) const
  132 	bool operator()(const value_type& __x, const value_type& __y) const
  139 	rebind<value_type>::other _Pair_alloc_type;
  141       typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
  141       typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
  220       map(initializer_list<value_type> __l,
  242       map(initializer_list<value_type> __l, const allocator_type& __a)
  329       operator=(initializer_list<value_type> __l)
  795       insert(const value_type& __x)
  802       insert(value_type&& __x)
  806 	__enable_if_t<is_constructible<value_type, _Pair>::value,
  822       insert(std::initializer_list<value_type> __list)
  852       insert(const_iterator __position, const value_type& __x)
  862       insert(const_iterator __position, value_type&& __x)
  866 	__enable_if_t<is_constructible<value_type, _Pair>::value, iterator>
utils/TableGen/CodeGenRegisters.cpp
  466   SmallVector<SubRegMap::value_type, 8> NewSubRegs;
utils/TableGen/InfoByHwMode.cpp
  179   typedef typename decltype(Map)::value_type PairType;
utils/TableGen/InfoByHwMode.h
   63   typedef typename MapType::value_type PairType;