Searched refs:IndexT (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h29 typedef u32 IndexT; typedef in class:__tsan::DenseSlabAllocCache
31 IndexT cache[kSize];
39 typedef typename Cache::IndexT IndexT; typedef in class:__tsan::DenseSlabAlloc
45 CHECK_GE(1ull << (sizeof(IndexT) * 8), kL1Size * kL2Size);
47 CHECK_GE(sizeof(T), sizeof(IndexT));
61 IndexT Alloc(Cache *c) {
67 void Free(Cache *c, IndexT idx) {
74 T *Map(IndexT idx) {
83 IndexT id
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h36 /// \tparam IndexT - The type of the index into the bitvector.
37 template <typename IndexT> class CoalescingBitVector {
38 static_assert(std::is_unsigned<IndexT>::value,
41 using ThisT = CoalescingBitVector<IndexT>;
44 using MapT = IntervalMap<IndexT, char>;
48 using IntervalT = std::pair<IndexT, IndexT>;
53 /// Construct by passing in a CoalescingBitVector<IndexT>::Allocator
96 void set(IndexT Index) {
113 void set(std::initializer_list<IndexT> Indice
[all...]
H A DIndexedMap.h30 using IndexT = typename ToIndexT::argument_type;
45 typename StorageT::reference operator[](IndexT n) {
50 typename StorageT::const_reference operator[](IndexT n) const {
67 void grow(IndexT n) {
73 bool inBounds(IndexT n) const {

Completed in 108 milliseconds