Home
last modified time | relevance | path

Searched refs:U64BitVec (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/unittests/ADT/
DCoalescingBitVectorTest.cpp17 using U64BitVec = CoalescingBitVector<uint64_t>; typedef
433 U64BitVec::Allocator Alloc; in TEST()
434 U64BitVec BV(Alloc); in TEST()
457 U64BitVec::Allocator Alloc; in TEST()
458 U64BitVec BV(Alloc); in TEST()
462 auto advFromBegin = [&](uint64_t To) -> U64BitVec::const_iterator { in TEST()