Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
34c4485b7479a12b5ef1cb15d27e96277e8a499a
/
unittests
/
ADT
/
SmallBitVectorTest.cpp
fab4c9e
Add an all() method to BitVector, for testing whether all bits are set.
by Dan Gohman
· 15 years ago
3f5e915
Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,
by Dan Gohman
· 15 years ago
6340722
SmallBitVector: Rework find_first/find_next and tweak test to test them (at least on 64 bit platforms).
by Benjamin Kramer
· 15 years ago
b252fbd
Implement a read/write operator[] for SmallBitVector with a proxy class.
by Benjamin Kramer
· 15 years ago
c9e31cc
Silence GCC warnings.
by Benjamin Kramer
· 16 years ago
e7962c9
Implement operators |=, &=, and ^= for SmallBitVector, and remove the
by Dan Gohman
· 16 years ago
cb89afc
Add a SmallBitVector class, which mimics BitVector but uses only
by Dan Gohman
· 16 years ago