HomeSort by: relevance | last modified time | path
    Searched defs:DenseMap (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map.h 9 // This is fork of llvm/ADT/DenseMap.h class with the following changes:
38 /// Grow the densemap so that it can contain at least \p NumEntries items
277 /// Returns the number of buckets to allocate to ensure that the DenseMap can
517 /// This is just the raw memory used by DenseMap.
525 /// Equality comparison for DenseMap.
554 /// Inequality comparison for DenseMap.
568 class DenseMap : public DenseMapBase<DenseMap<KeyT, ValueT, KeyInfoT, BucketT>,
570 friend class DenseMapBase<DenseMap, KeyT, ValueT, KeyInfoT, BucketT>;
574 using BaseT = DenseMapBase<DenseMap, KeyT, ValueT, KeyInfoT, BucketT>
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMap.h 1 //===- llvm/ADT/DenseMap.h - Dense probed hash table ------------*- C++ -*-===//
9 // This file defines the DenseMap class.
102 /// Grow the densemap so that it can contain at least \p NumEntries items
346 /// somewhere into the DenseMap's array of buckets (i.e. either to a key or
347 /// value in the DenseMap).
354 /// determine whether an insertion caused the DenseMap to reallocate.
384 /// Returns the number of buckets to allocate to ensure that the DenseMap can
669 /// This is just the raw memory used by DenseMap.
677 /// Equality comparison for DenseMap.
700 /// Inequality comparison for DenseMap
    [all...]

Completed in 19 milliseconds