• Home
Name Date Size #Lines LOC

..--

cross-dso/03-May-2024-812354

icall/03-May-2024-11946

CMakeLists.txtD03-May-20242.8 KiB10795

README.txtD03-May-2024330 97

anon-namespace.cppD03-May-20242.7 KiB9226

bad-cast.cppD03-May-20245 KiB13846

bad-split.cppD03-May-2024323 2212

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

create-derivers.testD03-May-2024959 2217

cross-dso-diagnostic.cppD03-May-20241.3 KiB4822

lit.cfg.pyD03-May-20242 KiB4738

lit.site.cfg.py.inD03-May-2024542 1411

mfcall.cppD03-May-20242.5 KiB9759

multiple-inheritance.cppD03-May-20242.1 KiB7528

multiple-inheritance2.cppD03-May-2024696 3919

nvcall.cppD03-May-20241.4 KiB6020

overwrite.cppD03-May-20241.7 KiB6519

sibling.cppD03-May-20241,022 5520

simple-fail.cppD03-May-20243 KiB10221

simple-pass.cppD03-May-20241.7 KiB12793

stats.cppD03-May-20241.4 KiB5633

target_uninstrumented.cppD03-May-20241 KiB4824

two-vcalls.cppD03-May-20241.2 KiB6131

utils.hD03-May-20241.8 KiB6845

vdtor.cppD03-May-20241.2 KiB5718

vtable-may-alias.cppD03-May-2024431 2615

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