• Home
Name Date Size #Lines LOC

..--

cross-dso/03-May-2024-766328

icall/03-May-2024-6024

CMakeLists.txtD03-May-20241.3 KiB5448

README.txtD03-May-2024330 97

anon-namespace.cppD03-May-20242.7 KiB9226

bad-cast.cppD03-May-20244.8 KiB13846

base-derived-destructor.cppD03-May-20242.6 KiB9421

create-derivers.testD03-May-2024851 2116

lit.cfgD03-May-20241.6 KiB3730

lit.site.cfg.inD03-May-2024231 74

multiple-inheritance.cppD03-May-20242 KiB7528

nvcall.cppD03-May-20241.3 KiB6020

overwrite.cppD03-May-20241.6 KiB6519

sibling.cppD03-May-2024996 5520

simple-fail.cppD03-May-20242.7 KiB9618

simple-pass.cppD03-May-20241.5 KiB12293

stats.cppD03-May-20241.2 KiB5333

target_uninstrumented.cppD03-May-2024971 4524

utils.hD03-May-20241.8 KiB6845

vdtor.cppD03-May-20241.2 KiB5718

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