Home
last modified time | relevance | path

Searched defs:CoalescingBitVector (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/ADT/
DCoalescingBitVector.h55 CoalescingBitVector(Allocator &Alloc) in CoalescingBitVector() function
61 CoalescingBitVector(const ThisT &Other) in CoalescingBitVector() function
236 friend class CoalescingBitVector; variable
/external/llvm-project/llvm/docs/
DProgrammersManual.rst2375 .. _dss_bitvector:
2377 BitVector
2389 SmallBitVector
2419 CoalescingBitVector argument
2433 .. _debugging:
/external/llvm-project/llvm/unittests/ADT/
DCoalescingBitVectorTest.cpp72 TEST(CoalescingBitVector, Copy) { in TEST() argument