OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CoalescingBitVector
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
CoalescingBitVector.h
1
//===- llvm/ADT/
CoalescingBitVector
.h - A coalescing bitvector --*- C++ -*-===//
33
/// Compared to SparseBitVector,
CoalescingBitVector
offers more predictable
37
template <typename IndexT> class
CoalescingBitVector
{
41
using ThisT =
CoalescingBitVector
<IndexT>;
53
/// Construct by passing in a
CoalescingBitVector
<IndexT>::Allocator
55
CoalescingBitVector
(Allocator &Alloc)
61
CoalescingBitVector
(const ThisT &Other)
72
CoalescingBitVector
(ThisT &&Other) = delete;
235
friend class
CoalescingBitVector
;
Completed in 15 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026