• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

CMakeLists.txtD22-Nov-2023764 3530

README.txtD22-Nov-2023330 97

anon-namespace.cppD22-Nov-20232.3 KiB9437

bad-cast.cppD22-Nov-20234.3 KiB13758

lit.cfgD22-Nov-20231.2 KiB3928

lit.site.cfg.inD22-Nov-2023155 32

multiple-inheritance.cppD22-Nov-20231.9 KiB8344

nvcall.cppD22-Nov-20231.3 KiB6631

overwrite.cppD22-Nov-20231.4 KiB6830

sibling.cppD22-Nov-20231.2 KiB6831

simple-fail.cppD22-Nov-20232.5 KiB10029

simple-pass.cppD22-Nov-20231.5 KiB12293

utils.hD22-Nov-20231.3 KiB5446

vdtor.cppD22-Nov-20231.2 KiB6329

README.txt

1The tests in this directory use a common convention for exercising the
2functionality associated with bit sets of different sizes. When certain
3macros are defined the tests instantiate classes that force the bit sets
4to be of certain sizes.
5
6- B32 forces 32-bit bit sets.
7- B64 forces 64-bit bit sets.
8- BM forces memory bit sets.
9