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

References

include/llvm/ADT/MapVector.h
   42       std::is_integral<typename MapType::mapped_type>::value,
   99     std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(Key, 0);
  118     std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0);
  131     std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0);
include/llvm/IR/ValueMap.h
  329                          std::pair<KeyT, typename DenseMapT::mapped_type>,
  332   using ValueT = typename DenseMapT::mapped_type;
  381                          std::pair<KeyT, typename DenseMapT::mapped_type>,
  384   using ValueT = typename DenseMapT::mapped_type;
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
  344   GMap::mapped_type &V = GroupCount[Group];
unittests/ADT/DenseMapTest.cpp
   84   static typename T::mapped_type *const dummy_value_ptr;
   89   typename T::mapped_type getValue(int i = 0) {
   97 typename T::mapped_type *const DenseMapTest<T>::dummy_value_ptr = nullptr;